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
         login_path: login_path.clone(),
23
         login_path: login_path.clone(),
24
     });
24
     });
25
 
25
 
26
-    app.at("/static").serve_dir("static")?;
27
-
28
     app.with(After(errors));
26
     app.with(After(errors));
29
     app.with(session());
27
     app.with(session());
30
 
28
 

Loading…
Cancel
Save