feat: docs

This commit is contained in:
Maulana Sodiqin
2025-03-19 20:55:29 +07:00
parent 497c250e6d
commit 11d6249007
5 changed files with 10 additions and 13 deletions
+1 -2
View File
@@ -19,7 +19,7 @@ use utoipa::{
auth::auth_controller::post_register,
gacha::gacha_controller::post_create_gacha_claim,
gacha::gacha_controller::post_create_gacha_item,
gacha::gacha_controller::post_create_gacha_roll,
gacha::gacha_controller::post_create_gacha_roll
),
components(
schemas(
@@ -50,7 +50,6 @@ use utoipa::{
modifiers(&SecurityAddon),
tags(
(name = "Authentication", description = "List of Authentication Endpoints"),
(name = "Users", description = "List of Users Endpoints")
)
)]