mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 00:47:19 +08:00
Add /api/location endpoint
This commit is contained in:
@@ -112,6 +112,7 @@ fn api_req(req: HttpRequest, body: String) -> HttpResponse {
|
||||
"/api/home/announcement" => router::user::announcement(req),
|
||||
"/api/shop" => router::shop::shop(req),
|
||||
"/api/exchange" => router::exchange::exchange(req),
|
||||
"/api/location" => router::location::location(req),
|
||||
_ => unhandled(req, body)
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user