Remove more files supporting the old web front-end

This commit is contained in:
Nathan Sobo 2022-04-21 09:06:34 -06:00
parent 9f0b044ba0
commit 9f83417b58
92 changed files with 17 additions and 1935 deletions

View file

@ -5728,11 +5728,9 @@ mod tests {
async fn build_app_state(test_db: &TestDb) -> Arc<AppState> {
let mut config = Config::default();
config.session_secret = "a".repeat(32);
config.database_url = test_db.url.clone();
Arc::new(AppState {
db: test_db.db().clone(),
handlebars: Default::default(),
config,
})
}