docs: fix paths in guild comments

This commit is contained in:
Radical 2025-05-29 20:16:29 +02:00
parent e4d9a1b5af
commit 556337aa4e
3 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
//! `/api/v1/servers/{uuid}` Specific server endpoints
//! `/api/v1/guilds/{uuid}` Specific server endpoints
use actix_web::{HttpRequest, HttpResponse, Scope, get, web};
use uuid::Uuid;
@ -30,7 +30,7 @@ pub fn web() -> Scope {
.service(icon::upload)
}
/// `GET /api/v1/servers/{uuid}` DESCRIPTION
/// `GET /api/v1/guilds/{uuid}` DESCRIPTION
///
/// requires auth: yes
///