Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 065912e

Browse files
committed
fix(http-server): revert change for path-based routing since it broke proxies
1 parent e413d55 commit 065912e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/dev-server/http-server.ts

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ export function createHttpServer(config: ServeConfig): express.Application {
4646
app.get('/cordova_plugins.js', servePlatformResource);
4747
app.get('/plugins/*', servePlatformResource);
4848

49-
// Fallback route - send to index.html to allow deeplinker to handle path.
50-
app.use(serveIndex);
51-
5249
if (config.useProxy) {
5350
setupProxies(app);
5451
}

0 commit comments

Comments
 (0)