Skip to content
Snippets Groups Projects
Commit 3578a31d authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Change Gender

parent f6d24edb
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!105Change Gender
Pipeline #
......@@ -76,8 +76,8 @@ rateSchoolApp.get('/age_range', (req, res, next) => {
rateSchoolApp.get('/gender', (req, res, next) => {
req.result = [
{id: 2, name: 'Masculino'},
{id: 4, name: 'Feminino'}
{id: 1, name: 'Masculino'},
{id: 2, name: 'Feminino'}
];
next();
}, response('gender'));
......
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