1
0
Fork 0
forked from gorb/backend

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` Guild related endpoints
//! `/api/v1/guilds` Guild related endpoints
use actix_web::{HttpRequest, HttpResponse, Scope, get, post, web};
use serde::Deserialize;
@ -21,7 +21,7 @@ pub fn web() -> Scope {
.service(uuid::web())
}
/// `POST /api/v1/servers` Creates a new guild
/// `POST /api/v1/guilds` Creates a new guild
///
/// requires auth: yes
///