mirror of
https://github.com/ibratabian17/OpenParty.git
synced 2026-01-15 14:22:54 -03:00
fix ping
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user