Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Sep 15, 2024
1 parent 7c8f301 commit a0f9ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analyses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

2 changes: 1 addition & 1 deletion say/api/payment_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,4 @@ def get(self):
api.add_resource(AddPayment, "/api/v2/payment")
api.add_resource(GetPayment, "/api/v2/payment/<int:id>")
api.add_resource(GetAllPayment, "/api/v2/payment/all")
api.add_resource(VerifyPayment, "/api/v2/payment/verify")
api.add_resource(VerifyPayment, "/api/v2/payment/verify")

0 comments on commit a0f9ab8

Please sign in to comment.