INNER CODE UNIT · Python
index
jsbroks/coco-annotator · backend/webserver/__init__.py:76
def index(path):
if app.debug:
return requests.get('http://frontend:8080/{}'.format(path)).text
return app.send_static_file('index.html')
INNER CODE UNIT · Python
jsbroks/coco-annotator · backend/webserver/__init__.py:76
def index(path):
if app.debug:
return requests.get('http://frontend:8080/{}'.format(path)).text
return app.send_static_file('index.html')