Serve static files
This commit is contained in:
@@ -58,6 +58,8 @@ fn init_pool() -> PgPool {
|
||||
fn main() {
|
||||
rocket::ignite()
|
||||
.mount("/", routes![
|
||||
routes::static_files,
|
||||
|
||||
routes::well_known::host_meta,
|
||||
routes::well_known::webfinger,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user