Added footer and source link to comply with the AGPL.
This commit is contained in:
@@ -93,6 +93,7 @@ async fn rocket() -> _ {
|
||||
.mount("/img", FileServer::from(relative!("static/img")))
|
||||
.mount("/css", FileServer::from(relative!("static/css")))
|
||||
.mount("/js", FileServer::from(relative!("static/js")))
|
||||
.mount("/txt", FileServer::from(relative!("static/txt")))
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user