X-Git-Url: http://nitlanguage.org diff --git a/lib/popcorn/examples/angular/example_angular.nit b/lib/popcorn/examples/angular/example_angular.nit index ba7f4f2..9212a8e 100644 --- a/lib/popcorn/examples/angular/example_angular.nit +++ b/lib/popcorn/examples/angular/example_angular.nit @@ -40,5 +40,5 @@ end var app = new App app.use("/counter", new CounterAPI) -app.use("/*", new StaticHandler("www/")) +app.use("/*", new StaticHandler("www/", "index.html")) app.listen("localhost", 3000)