Actualizar server.js
This commit is contained in:
parent
6001c24be4
commit
14691f4627
|
|
@ -191,7 +191,7 @@ app.get("/admin/config/homeserve", verifyFirebaseUser, async (req, res) => {
|
||||||
|
|
||||||
// =============== 6. ENDPOINTS PÚBLICOS ===============
|
// =============== 6. ENDPOINTS PÚBLICOS ===============
|
||||||
app.get("/version", (req, res) => {
|
app.get("/version", (req, res) => {
|
||||||
res.json({ version: "V22 - OnlineAppointmentRequests FIX", status: "online" });
|
res.json({ version: "Servidor de Citas", status: "online" });
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue