Plenty of GraphQL query implementation
Implement query for languages, words, initial implementation for user query
This commit is contained in:
@@ -60,7 +60,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
|
||||
#[allow(clippy::let_underscore_drop, clippy::no_effect_underscore_binding)]
|
||||
let _ = rocket::build()
|
||||
.attach(cors)
|
||||
.manage(db::Database::new())
|
||||
.manage(db::Database::default())
|
||||
.manage(create_schema())
|
||||
.mount(
|
||||
"/",
|
||||
|
||||
Reference in New Issue
Block a user