new db interface
This commit is contained in:
@@ -109,9 +109,6 @@ void initApi(crow::SimpleApp& app)
|
||||
return crow::response{html.str()};
|
||||
}));
|
||||
|
||||
if(!shadowrun::initDb()){
|
||||
CROW_LOG_ERROR << "Failed to Init shadowrun database";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user