Browse Source

Remove obsolete static file handling

master
Dylan Baker 3 years ago
parent
commit
5b63fbe025
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      oslo-lib/src/lib.rs

+ 0
- 2
oslo-lib/src/lib.rs View 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…
Cancel
Save