diff --git a/src/routes/index.rs b/src/routes/index.rs index e51423ac..c55e34cc 100644 --- a/src/routes/index.rs +++ b/src/routes/index.rs @@ -7,8 +7,8 @@ pub async fn index_get() -> HttpResponse { "name": "modrinth-labrinth", "version": env!("CARGO_PKG_VERSION"), "documentation": "https://modrinth.com/documentation", - "about": "Welcome traveler !" + "about": "Welcome traveler!" }); HttpResponse::Ok().json(data) -} +} \ No newline at end of file