forked from bro-students/multy-stub
gamehub stubs
This commit is contained in:
parent
b3fd86da33
commit
da201720c0
@ -87,6 +87,8 @@ app.use("/edateam", require("./routers/edateam-legacy"))
|
|||||||
app.use("/dry-wash", require("./routers/dry-wash"))
|
app.use("/dry-wash", require("./routers/dry-wash"))
|
||||||
app.use("/freetracker", require("./routers/freetracker"))
|
app.use("/freetracker", require("./routers/freetracker"))
|
||||||
app.use("/dhs-testing", require("./routers/dhs-testing"))
|
app.use("/dhs-testing", require("./routers/dhs-testing"))
|
||||||
|
app.use("/gamehub", require("./routers/gamehub"))
|
||||||
|
|
||||||
|
|
||||||
app.use(require("./error"))
|
app.use(require("./error"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user