chore: remove features that don't compile
add: posts "circle" column
This commit is contained in:
parent
0310418837
commit
50704d27a9
42 changed files with 71 additions and 365 deletions
|
@ -1,5 +1,6 @@
|
|||
pub mod apps;
|
||||
pub mod auth;
|
||||
pub mod channels;
|
||||
pub mod communities;
|
||||
pub mod notifications;
|
||||
pub mod reactions;
|
||||
|
@ -9,9 +10,6 @@ pub mod stacks;
|
|||
pub mod uploads;
|
||||
pub mod util;
|
||||
|
||||
#[cfg(feature = "redis")]
|
||||
pub mod channels;
|
||||
|
||||
use axum::{
|
||||
routing::{any, delete, get, post, put},
|
||||
Router,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue