Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Dec 13, 2024
1 parent b64de60 commit 136c0fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions agent/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,9 +603,6 @@ def analyze_slow_queries(bench: str, site: str):


@application.route("/benches/<string:bench>/sites/<string:site>/database/users", methods=["POST"])
"/benches/<string:bench>/sites/<string:site>/database/users",
methods=["POST"],
)
@validate_bench_and_site
def create_database_user(bench, site):
data = request.json
Expand Down

0 comments on commit 136c0fb

Please sign in to comment.