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

Controller and controler #17

Open
BardoBravo opened this issue Nov 9, 2019 · 0 comments
Open

Controller and controler #17

BardoBravo opened this issue Nov 9, 2019 · 0 comments

Comments

@BardoBravo
Copy link

Hello,

After following the steps for the Auto-generated API (link), I noticed that sometimes the system refers to Controllers (with double 't') as Controler (with single 't'). One example is the router.js file, as shown below:

import * as express from 'express';
import { 
    CarControler_create_post,
    CarControler_get_get } from './controllers'
export default express.Router()
.post('/carcontroler/create', CarControler_create_post)
.get('/carcontroler/get/:id', CarControler_get_get)

It seems to be an typo in some part of the code. Could you please take a look at it?

[]s

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

1 participant