gamehub stubs

This commit is contained in:
aaeii
2024-12-24 16:34:43 +03:00
parent da201720c0
commit 50e105b851
6 changed files with 276 additions and 1 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ app.use("/edateam", require("./routers/edateam-legacy"))
app.use("/dry-wash", require("./routers/dry-wash"))
app.use("/freetracker", require("./routers/freetracker"))
app.use("/dhs-testing", require("./routers/dhs-testing"))
app.use("/gamehub", require("./routers/gamehub"))
app.use("/gamehub", require("./routers/gamehub"))
app.use(require("./error"))