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,4 +1,5 @@
|
|||
pub mod auth;
|
||||
pub mod chats;
|
||||
pub mod communities;
|
||||
pub mod developer;
|
||||
pub mod forge;
|
||||
|
@ -7,9 +8,6 @@ pub mod mod_panel;
|
|||
pub mod profile;
|
||||
pub mod stacks;
|
||||
|
||||
#[cfg(feature = "redis")]
|
||||
pub mod chats;
|
||||
|
||||
use axum::{
|
||||
routing::{get, post},
|
||||
Router,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue