You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# route to the index page@app.route('/')defindex():
returnrender_template("index.html")
This overrides any other endpoint that is set to point to the root (even my own)
Is there some way to maybe add an option of disabling this default root? Something like: neca.start(defaultRootEndpoint=False)
The text was updated successfully, but these errors were encountered:
In init.py:
This overrides any other endpoint that is set to point to the root (even my own)
Is there some way to maybe add an option of disabling this default root? Something like:
neca.start(defaultRootEndpoint=False)
The text was updated successfully, but these errors were encountered: