Skip to content

Conversation

@VipulSha99
Copy link
Owner

No description provided.

export interface UserModel{
user_id?: string,
id?: string,
first_name: string,

Choose a reason for hiding this comment

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

variable names should be camel case

Copy link
Owner Author

Choose a reason for hiding this comment

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

variable changed in camel case

Comment on lines 19 to 21
app.use('/user',userRouter);
app.use('/role',roleRouter);
app.use('/customer',customerRouter);

Choose a reason for hiding this comment

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

routes should be plural eg. /users

Copy link
Owner Author

Choose a reason for hiding this comment

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

routes changed into plural form

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

Successfully merging this pull request may close these issues.

3 participants