1
0

Fix error messages, auth routes, and remove category unique constraint (#293)

* Fix error messages, auth routes, and remove category unique constraint

* Run prepare

* Remove debug secrets

* Fix team member editing
This commit is contained in:
Geometrically
2022-02-10 10:56:45 -07:00
committed by GitHub
parent eb4375258e
commit e576a58ead
8 changed files with 37 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
use actix_web::{get, HttpResponse};
use serde_json::json;
#[get("/")]
#[get("")]
pub async fn index_get() -> HttpResponse {
let data = json!({
"name": "modrinth-labrinth",