refactor admin router into separate file
also set admin secret using command line args
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
mod config;
|
||||
mod router;
|
||||
|
||||
pub use config::Config;
|
||||
pub use router::app;
|
||||
|
||||
Reference in New Issue
Block a user