changes on server
This commit is contained in:
parent
a199ab5750
commit
f865c798a8
|
@ -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$"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user