Skip to content

implemented additional route for checking usernames#6

Open
dmitryt wants to merge 4 commits into
dogecodes:masterfrom
dmitryt:feature/check-unique-usernames
Open

implemented additional route for checking usernames#6
dmitryt wants to merge 4 commits into
dogecodes:masterfrom
dmitryt:feature/check-unique-usernames

Conversation

@dmitryt

@dmitryt dmitryt commented May 25, 2018

Copy link
Copy Markdown
Contributor

Closes #3

@denysdovhan denysdovhan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Don't forget to update README

Comment thread routes/auth.js Outdated
});
});

authRouter.get('/check-user', (req, res, next) => {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

consider using req.params or smth like that. we already have a middleware for parsing params.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed

@dmitryt

dmitryt commented May 28, 2018

Copy link
Copy Markdown
Contributor Author

Fixed

@dmitryt

dmitryt commented Jun 2, 2018

Copy link
Copy Markdown
Contributor Author

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants