Skip to content

Commit 04b4488

Browse files
committed
feat: Set up the initial Axum backend server with core API routes, authentication, and security features.
1 parent 9f297a1 commit 04b4488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ async fn main() {
261261
.layer(GovernorLayer::new(admin_rate_limit_config.clone()));
262262

263263
// Define the application router with all routes and middleware
264-
let mut app = Router::new()
264+
let mut app = Router::default()
265265
// Merge all route modules
266266
.merge(login_router)
267267

0 commit comments

Comments
 (0)