Sfoglia il codice sorgente

Remove obsolete static file handling

master
Dylan Baker 3 anni fa
parent
commit
5b63fbe025
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0
    2
      oslo-lib/src/lib.rs

+ 0
- 2
oslo-lib/src/lib.rs Vedi File

@@ -23,8 +23,6 @@ pub async fn build_app() -> Result<tide::Server<State>, tide::Error> {
23 23
         login_path: login_path.clone(),
24 24
     });
25 25
 
26
-    app.at("/static").serve_dir("static")?;
27
-
28 26
     app.with(After(errors));
29 27
     app.with(session());
30 28
 

Loading…
Annulla
Salva