Upgrades people!
This commit is contained in:
parent
f84234150f
commit
8ad56e8d38
40 changed files with 483 additions and 379 deletions
|
@ -7,7 +7,7 @@ router.use(jsonMiddleware());
|
|||
|
||||
// Get Routes
|
||||
router.get("/failing", (req, res) => {
|
||||
getCurrentlyFailing().then((f)=>res.json(f));
|
||||
getCurrentlyFailing().then((f) => res.json(f));
|
||||
});
|
||||
|
||||
// Post Routes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue