Skip to content

Commit 2165322

Browse files
committed
started now3
1 parent 48162a4 commit 2165322

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

configs/app.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@
1010
const cookieParser = require('cookie-parser')
1111
const multer = require('multer')
1212
const upload = multer()
13-
const {basicAuth} = require('../middlewares/index')
1413

1514
module.exports = (app) => {
16-
// add the custom middleware
17-
app.use(basicAuth)
1815
// to prevent cors errors
1916
app.use(cors());
2017
// log requests to the console

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-leaf",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The Abstracted Real-Time API server framework for Backend Applications",
55
"main": "app.js",
66
"bin": {

0 commit comments

Comments
 (0)