Skip to content

Commit 12a450c

Browse files
Update index.js
1 parent 9950716 commit 12a450c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ app.set('view-engine','ejs');
1717
app.use(cookieParser());
1818
app.use(bodyParser.json());
1919
app.use(bodyParser.urlencoded({ extended: true }));
20-
app.use(express.static(__dirname + '/webpublic/'));
21-
app.use(require('./includes/route'));
20+
app.use(express.static(__dirname + '/webpublic/'));
21+
app.use(require('./includes/route'));

0 commit comments

Comments
 (0)