Skip to content

Commit

Permalink
Drop additonal base path
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee committed Oct 23, 2023
1 parent 87fbe4e commit 45e2cc2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,3 @@ def generate_key_and_secret_key():
SecretBase = ''.join(random.choice(SecretChars) for _ in range(36))
accesskey = 'UV' + KeyBase
return {"access_key": accesskey,"secret_key": SecretBase}

@app.get("/neal")
def deployment_test():
return {"fname":"neal","lname":"magee","test":"case"}

0 comments on commit 45e2cc2

Please sign in to comment.