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')

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…