WIP: refactor: modules reorganizations
This commit is contained in:
parent
69af48bb62
commit
49978bb3d8
43 changed files with 9 additions and 6 deletions
|
|
@ -1,13 +1,7 @@
|
|||
pub mod models;
|
||||
pub mod controllers;
|
||||
pub mod router;
|
||||
pub mod server;
|
||||
pub mod database;
|
||||
pub mod cli;
|
||||
pub mod utils;
|
||||
pub mod services;
|
||||
pub mod middlewares;
|
||||
pub mod renderer;
|
||||
pub mod consts;
|
||||
|
||||
use std::{env, fs};
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
pub mod controllers;
|
||||
pub mod router;
|
||||
pub mod database;
|
||||
pub mod utils;
|
||||
pub mod services;
|
||||
pub mod middlewares;
|
||||
pub mod renderer;
|
||||
pub mod consts;
|
||||
|
||||
use base64::{prelude::BASE64_STANDARD, Engine};
|
||||
use fully_pub::fully_pub;
|
||||
use anyhow::{Result, Context};
|
||||
Loading…
Add table
Add a link
Reference in a new issue