From 6d03c1d3fa8279d506de93d7b163a32236d92b97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 29 Oct 2014 16:12:01 -0400 Subject: [PATCH] opportunity: by default the server uses port 8080 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/opportunity/src/opportunity_web.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/opportunity/src/opportunity_web.nit b/contrib/opportunity/src/opportunity_web.nit index 73a3b39..05e8e4e 100644 --- a/contrib/opportunity/src/opportunity_web.nit +++ b/contrib/opportunity/src/opportunity_web.nit @@ -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) -- 1.7.9.5