Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto dev-integrate
  • Loading branch information
yuanzhou committed Nov 22, 2022
2 parents 34afbe3 + 529b7e2 commit c73b490
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3
2.3.4
1 change: 0 additions & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def add_uuid():

@app.route('/hmuuid/<uuid>', methods=["GET"])
@app.route('/uuid/<uuid>', methods=["GET"])
@secured(has_read=True)
def get_uuid(uuid):
global worker
global logger
Expand Down

0 comments on commit c73b490

Please sign in to comment.