Skip to content

Commit 5a91bd7

Browse files
committed
rename
1 parent 22bcacb commit 5a91bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ def spotbot(req: func.HttpRequest) -> func.HttpResponse:
1515
else:
1616
return func.HttpResponse(status_code=202)
1717

18-
@app.route(route="manualcleanup", methods=[func.HttpMethod.POST])
18+
@app.route(route="manual_cleanup", methods=[func.HttpMethod.POST])
1919
def manual_cleanup(req: func.HttpRequest) -> func.HttpResponse:
2020
cleanup.cleanup()

0 commit comments

Comments
 (0)