Skip to content

Commit 060e89c

Browse files
committed
app.js fix
1 parent 0d8fc45 commit 060e89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ app.get('/', (req, res) => {
127127

128128
// }
129129

130-
app.post('/api/login', authRouter);
130+
// app.post('/api/login', authRouter);
131131

132132

133133
// app.get('/refresh_token', function(req, res) {

0 commit comments

Comments
 (0)