Corrected a number of apt packaging issues
This commit is contained in:
@ -105,7 +105,7 @@ pub async fn initialize(
|
||||
.manage(reqwest_client)
|
||||
.manage(serenity_context)
|
||||
.manage(db_pool)
|
||||
.mount("/static", FileServer::from(concat!(env!("CARGO_MANIFEST_DIR"), "/static")))
|
||||
.mount("/static", FileServer::from("/lib/reminder-rs/static"))
|
||||
.mount(
|
||||
"/",
|
||||
routes![
|
||||
|
Reference in New Issue
Block a user