changes on server

This commit is contained in:
Luka Kavčič 2022-06-14 18:58:29 +02:00
parent a199ab5750
commit f865c798a8

View File

@ -25,7 +25,7 @@ app = Flask(__name__)
CORS(app, resources={r"/*": {"origins": "*"}})
redis = redis.Redis(host='localhost', port=6379, db=0)
URL = "//plugins.lexonomy.cjvt.si"
URL = "http://plugins.lexonomy.cjvt.si"
REPLACE_STRING = "$LOCATION$"