We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48162a4 commit 2165322Copy full SHA for 2165322
configs/app.js
@@ -10,11 +10,8 @@
10
const cookieParser = require('cookie-parser')
11
const multer = require('multer')
12
const upload = multer()
13
- const {basicAuth} = require('../middlewares/index')
14
15
module.exports = (app) => {
16
- // add the custom middleware
17
- app.use(basicAuth)
18
// to prevent cors errors
19
app.use(cors());
20
// log requests to the console
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-leaf",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "The Abstracted Real-Time API server framework for Backend Applications",
5
"main": "app.js",
6
"bin": {
0 commit comments