More styling and mocking
This commit is contained in:
parent
ea06cf2ebf
commit
360ff368e1
20 changed files with 354 additions and 109 deletions
|
@ -7,7 +7,7 @@ router.use(jsonMiddleware());
|
|||
|
||||
// Get Routes
|
||||
router.get("/failing", (req, res) => {
|
||||
res.send([]);
|
||||
getCurrentlyFailing().then((f)=>res.json(f));
|
||||
});
|
||||
|
||||
// Post Routes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue