Skip to content

Commit

Permalink
fix Dependabot alert (upgrade vite 5.0.12)
Browse files Browse the repository at this point in the history
fix api name error
  • Loading branch information
soaibsafi committed Feb 2, 2024
1 parent 7a1ea9b commit 2acd340
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/routes/playground.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def run_z3():

# TODO: Fix this route. probably merge with save
# TODO: Separate the redundant functionality
@routes.route('/api/save-with-metadata', methods=['POST'])
@routes.route('/api/save-with-meta', methods=['POST'])
@limiter.limit("2/second", error_message="You've already made a request recently.")
def save_with_metadata():
data = request.get_json()
Expand Down
6 changes: 3 additions & 3 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2acd340

Please sign in to comment.