Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

Commit b904695

Browse files
committed
merge master -> basepath
2 parents 0119b07 + 99445fa commit b904695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ global.fetch = (url, opts) => {
1717
polka()
1818
.use(compression({ threshold: 0 }))
1919
.use(serve('assets'), sapper({ routes }))
20-
.listen(PORT);
20+
.listen(PORT);

0 commit comments

Comments
 (0)