Skip to content
Snippets Groups Projects
Commit bcb1f199 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

"Remove" route /spatial

Actually, just add a comment
parent f31069ae
No related branches found
No related tags found
1 merge request!116Release v1.0.0
Pipeline #
...@@ -59,7 +59,7 @@ api.use('/state', state); ...@@ -59,7 +59,7 @@ api.use('/state', state);
api.use('/region', region); api.use('/region', region);
api.use('/city', city); api.use('/city', city);
api.use('/school', school); api.use('/school', school);
api.use('/spatial', spatial); // api.use('/spatial', spatial);
api.use('/classroom', classroom); api.use('/classroom', classroom);
api.use('/teacher', teacher); api.use('/teacher', teacher);
api.use('/idhmr', idhmr); api.use('/idhmr', idhmr);
......
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