Skip to content
Snippets Groups Projects
Commit 3ba9a33e authored by Dookarun, Jason J (PG/T - Comp Sci & Elec Eng)'s avatar Dookarun, Jason J (PG/T - Comp Sci & Elec Eng)
Browse files

Project dockerized and isAdmin returned

parent d2ecc1d8
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ function isAdmin(request, response, next) { ...@@ -95,7 +95,7 @@ function isAdmin(request, response, next) {
} }
app.post('/location/parking-locations', async (request, response) => { app.post('/location/parking-locations', isAdmin, async (request, response) => {
try { try {
const { const {
Title, Title,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment