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

Commit

Permalink
fix(http-server): revert change for path-based routing since it broke…
Browse files Browse the repository at this point in the history
… proxies
  • Loading branch information
danbucholtz committed Jul 10, 2017
1 parent e413d55 commit 065912e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dev-server/http-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ export function createHttpServer(config: ServeConfig): express.Application {
app.get('/cordova_plugins.js', servePlatformResource);
app.get('/plugins/*', servePlatformResource);

// Fallback route - send to index.html to allow deeplinker to handle path.
app.use(serveIndex);

if (config.useProxy) {
setupProxies(app);
}
Expand Down

0 comments on commit 065912e

Please sign in to comment.