This commit is contained in:
ibratabian17
2024-06-20 14:47:30 +08:00
parent 2fcb142ea2
commit f3e80e46f5

View File

@@ -223,6 +223,12 @@ exports.initroute = (app, express, server) => {
});
//Pong!
app.get("/status/v1/ping", (req, res) => {
res.send([]);
});
app.get("/profile/v2/country", function (request, response) {
var country = requestCountry(request);
if (country == false) {