Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

routes: update public routes #37

Merged
merged 1 commit into from
Jun 3, 2018
Merged

routes: update public routes #37

merged 1 commit into from
Jun 3, 2018

Conversation

hiwllc
Copy link
Member

@hiwllc hiwllc commented May 26, 2018

The routes below are now public routes:

  • GET /ongs
  • GET /ongs/:id
  • GET /campaigns
  • GET /campaigns/:id
  • POST /users

close #31

@hiwllc hiwllc added the enhancement New feature or request label May 26, 2018
@hiwllc hiwllc self-assigned this May 26, 2018
Router.get('/:id', users.show)
Router.put('/:id', users.save)
Router.delete('/:id', users.remove)
// Router.get('/', users.index)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@uselessdev isso precisa ficar comentado?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isso pode ser removido, só deixei comentado porque não sabia se ia utilizar isso ainda

The routes below are now public routes:

- GET /ongs
- GET /ongs/:id
- GET /campaigns
- GET /campaigns/:id
- POST /users
@hiwllc hiwllc force-pushed the add/public-routes branch from 84df610 to ae3f819 Compare June 3, 2018 02:49
@hiwllc hiwllc merged commit 85dffa9 into master Jun 3, 2018
@hiwllc hiwllc deleted the add/public-routes branch June 3, 2018 02:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rotas de /ongs e campaigns devem ficar públicas
2 participants