fix: route path to warn users

This commit is contained in:
FrenchGithubUser
2025-12-14 14:28:35 +01:00
parent 88c6bfa172
commit 0ef99532c9

View File

@@ -13,7 +13,7 @@ use arcadia_storage::{
post,
operation_id = "Warn user",
tag = "User",
path = "/api/users/warnings",
path = "/api/users/warn",
security(
("http" = ["Bearer"])
),