Skip to content

Commit

Permalink
route wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed Apr 29, 2024
1 parent 3ab49fd commit bbaf4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labapp/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def arch():
udf=app.config['UDF']
)

@app.route('/_ce_state')
@app.route('/_ce_status')
@cache.cached(timeout=30)
def ce_state():
"""get ce state (internal route)"""
Expand Down

0 comments on commit bbaf4f8

Please sign in to comment.