Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
manafasif committed Dec 5, 2023
1 parent 110911a commit 552930a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function isValidLog(log: any): log is Log {
}



router.post("/", (req: Request, res: Response) => {
const log: Log = req.body

Expand Down

0 comments on commit 552930a

Please sign in to comment.