fix: invalid borrowing of assets_path in get_router
This commit is contained in:
@ -55,7 +55,7 @@ pub fn run() {
|
||||
|
||||
// Adds Axum router to application state
|
||||
// This makes it so we can retrieve it from any app instance (see bellow)
|
||||
let router = Arc::new(Mutex::new(app::get_router(&assets_path)));
|
||||
let router = Arc::new(Mutex::new(app::get_router(assets_path)));
|
||||
|
||||
app.manage(router);
|
||||
|
||||
|
Reference in New Issue
Block a user