Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate /logout handler #214

Closed
lucianmat opened this issue Feb 3, 2016 · 1 comment
Closed

Duplicate /logout handler #214

lucianmat opened this issue Feb 3, 2016 · 1 comment

Comments

@lucianmat
Copy link

In both sessions.js and users.js there is

router.route('POST', '/logout', handleLogout);

which basic implements same function, logout.
As order of execution from index.js, only users.js logout is executed..

@gfosco
Copy link
Contributor

gfosco commented Feb 5, 2016

Excellent catch... will be removed in #254. Thanks 👍

@gfosco gfosco closed this as completed Feb 5, 2016
montymxb pushed a commit to montymxb/parse-server that referenced this issue Feb 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants