chore: todo
This commit is contained in:
@@ -106,6 +106,7 @@ router.get("/robots/:id", requireAPIKey, async (req: Request, res: Response) =>
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// TODO: Format runs to send more data formatted
|
||||||
router.get("/robots/:id/runs", requireAPIKey, async (req: Request, res: Response) => {
|
router.get("/robots/:id/runs", requireAPIKey, async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const runs = await Run.findAll({
|
const runs = await Run.findAll({
|
||||||
|
|||||||
Reference in New Issue
Block a user