We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
project5/src/app.js
Lines 1 to 7 in 93ec7f3
All require in the top of your files, and here is a suggestion
const path = require('path'); const express = require('express'); const controllers = require('./controllers/index'); const app = express();
The text was updated successfully, but these errors were encountered:
rearrange require module in app.js
6e883f8
Relates #34
No branches or pull requests
project5/src/app.js
Lines 1 to 7 in 93ec7f3
All require in the top of your files, and here is a suggestion
like this
The text was updated successfully, but these errors were encountered: