opportunity: by default the server uses port 8080
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 29 Oct 2014 20:12:01 +0000 (16:12 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 30 Oct 2014 16:00:53 +0000 (12:00 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

contrib/opportunity/src/opportunity_web.nit

index 73a3b39..05e8e4e 100644 (file)
@@ -22,7 +22,7 @@ import privileges
 # Avoids a crash when running automatic tests
 if "NIT_TESTING".environ == "true" then exit 0
 
-var iface = "localhost:80"
+var iface = "localhost:8080"
 
 var vh = new VirtualHost(iface)
 vh.routes.add new Route("/rest/", new OpportunityRESTAction)