this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove /assets route mount

-1
-1
server/src/main.rs
··· 335 335 staticroutes::favicon, 336 336 ], 337 337 ) 338 - .mount("/assets", rocket::fs::FileServer::from("./assets")) 339 338 .manage(appstate) 340 339 .manage(rate_limiter) 341 340 .manage(auth_rate_limiter)