Skip to content
Snippets Groups Projects
Commit ae07f0e8 authored by João Victor Tozatti Risso's avatar João Victor Tozatti Risso
Browse files

Remove test route from api.js

parent 91f8d653
No related branches found
No related tags found
1 merge request!7Refactor enrollments route to include query building
......@@ -15,6 +15,5 @@ api.use('/v1/enrollment', enrollment);
api.use('/v1/state', state);
api.use('/v1/region', region);
api.use('/v1/city', city);
api.use('/v1/test', test);
module.exports = api;
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