chore: reorganize project into monorepo
This commit is contained in:
10
backend/src/controllers/mod.rs
Normal file
10
backend/src/controllers/mod.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
pub mod admin;
|
||||
pub mod auth;
|
||||
pub mod category;
|
||||
pub mod comment;
|
||||
pub mod friend_link;
|
||||
pub mod post;
|
||||
pub mod review;
|
||||
pub mod search;
|
||||
pub mod site_settings;
|
||||
pub mod tag;
|
||||
Reference in New Issue
Block a user