Config: Those bracks dont go there
This commit is contained in:
parent
17aec4e4b0
commit
466c72d65f
@ -4,7 +4,7 @@ import Config from "../util/Config"
|
|||||||
const router = Router();
|
const router = Router();
|
||||||
|
|
||||||
router.get("/", (req, res) => {
|
router.get("/", (req, res) => {
|
||||||
const { endpoint } = Config.getAll().gateway();
|
const { endpoint } = Config.getAll().gateway;
|
||||||
res.send({ url: endpoint || "ws://localhost:3002" });
|
res.send({ url: endpoint || "ws://localhost:3002" });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user