From 473318701040f238fcbef81a404b069b68d64237 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 15 Jul 2019 16:16:22 +0400 Subject: =?UTF-8?q?=D0=9D=D0=B5=D0=BC=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=B8?= =?UTF-8?q?=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- day9/task5/static/js/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'day9/task5/static/js/config.js') diff --git a/day9/task5/static/js/config.js b/day9/task5/static/js/config.js index 815f363..080060e 100644 --- a/day9/task5/static/js/config.js +++ b/day9/task5/static/js/config.js @@ -1 +1,2 @@ -HOST = 'http://localhost:8000'; +// HOST = 'http://localhost:8000'; +HOST = ''; -- cgit v1.2.3