From cd4dacfdc691cdbd04f3cafd3e1c8413b18dbb31 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Sat, 29 Apr 2017 06:18:39 +0300 Subject: [PATCH] Fix base hosts for prod --- autoindex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoindex.py b/autoindex.py index 16e2f96..9179fbb 100644 --- a/autoindex.py +++ b/autoindex.py @@ -4,7 +4,7 @@ from datetime import datetime from mimetypes import guess_type base_hosts = [ - '127.0.0.1.xip.io:8080' + 'drop.217.182.90.36.xip.io' ]