Skip to content

Commit b28da7a

Browse files
Removed '/se' requirement within application
1 parent c74707e commit b28da7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ server.use(cors())
2222

2323
const api = express()
2424

25-
api.use('/se', stackExchange)
25+
api.use('/', stackExchange)
2626

2727
server.use('/', api)
2828

0 commit comments

Comments
 (0)