Explorar el Código

Remove obsolete static file handling

master
Dylan Baker hace 3 años
padre
commit
5b63fbe025
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      oslo-lib/src/lib.rs

+ 0
- 2
oslo-lib/src/lib.rs Ver fichero

@@ -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…
Cancelar
Guardar