Skip to content

Commit

Permalink
Move routes to controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Sep 2, 2024
1 parent 5385586 commit 01371fd
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
mod constants;
mod controllers;
mod env;
mod routes;
mod utils;

use controllers::app::app;
use env::state::AppState;
use routes::app::app;
use tokio;
use tower_http::trace::{DefaultMakeSpan, DefaultOnResponse, TraceLayer};
use tracing::{info, Level};
Expand Down

0 comments on commit 01371fd

Please sign in to comment.