mirror of
https://github.com/Arcadia-Solutions/arcadia.git
synced 2025-12-16 23:14:15 -06:00
fix: route path to warn users
This commit is contained in:
@@ -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"])
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user