mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 00:47:19 +08:00
Implement item usage
This commit is contained in:
@@ -100,6 +100,7 @@ async fn request(req: HttpRequest, body: String) -> HttpResponse {
|
||||
"/api/user/sif/migrate" => router::user::sif_migrate(req, body),
|
||||
"/api/user/ss/migrate" => router::user::sifas_migrate(req, body),
|
||||
"/api/exchange" => router::exchange::exchange_post(req, body),
|
||||
"/api/item/use" => router::items::use_item_req(req, body),
|
||||
_ => unhandled(req, body)
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user