fix endpoints not working
This commit is contained in:
@@ -47,7 +47,7 @@ app.get(
|
||||
})
|
||||
);
|
||||
|
||||
app.get("version", (_, res) => {
|
||||
app.get("/version", (_, res) => {
|
||||
res.send(APP_VERSION);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user