update routes

This commit is contained in:
joseph le 2023-10-10 20:41:47 +07:00
parent 823ba20ff9
commit ee2265d231
1 changed files with 1 additions and 1 deletions

View File

@ -287,5 +287,5 @@ Route.post("/api/sendMailInforDevice", async () => {
} catch (error) {
console.log(error)
}
})
}).middleware("checkToken")