Skip to content

Commit

Permalink
move data up
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Jan 13, 2025
1 parent d0bee41 commit 229ac9d
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions config/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,19 @@
"args": ["http://ca-key:8080/"]
}]
},
{
"route": "/data",
"method": "use",
"handlers": [{
"function": "loginHandler",
"args": []
},
{
"function": "sanitizeBody",
"args": []
}
]
},
{
"route":"/data/Mark/find",
"method":"get",
Expand Down Expand Up @@ -188,20 +201,6 @@
"args": []
}]
},

{
"route": "/data",
"method": "use",
"handlers": [{
"function": "loginHandler",
"args": []
},
{
"function": "sanitizeBody",
"args": []
}
]
},
{
"route": "/data/Slide/download",
"method": "get",
Expand Down

0 comments on commit 229ac9d

Please sign in to comment.