From 41200f3e9ca35e3efc2b9612e8da31fa3916a468 Mon Sep 17 00:00:00 2001 From: Valentin Kuznetsov Date: Mon, 9 Jul 2018 15:54:39 +0300 Subject: [PATCH] Change port --- src/Go/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Go/config.json b/src/Go/config.json index b703d25..55d475d 100644 --- a/src/Go/config.json +++ b/src/Go/config.json @@ -1,5 +1,5 @@ { - "port": 8340, + "port": 8083, "auth": "false", "modelDir": "models", "staticDir": "static",