Savepoint
This commit is contained in:
parent
7db1a3456b
commit
02c483950c
45 changed files with 5136 additions and 256 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Router, json as jsonMiddleware } from "express";
|
||||
import { getCurrentlyFailing } from "../database/queries/test_results.js";
|
||||
import { getCurrentlyFailing } from "../database/queries/results.js";
|
||||
const router = Router();
|
||||
|
||||
// Apply Middlewares
|
||||
|
@ -11,8 +11,8 @@ router.get("/failing", (req, res) => {
|
|||
});
|
||||
|
||||
// Post Routes
|
||||
router.post("/history", (req,res)=>{
|
||||
res.send([]);
|
||||
router.post("/history", (req, res) => {
|
||||
res.send([]);
|
||||
});
|
||||
|
||||
export default router;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue