Skip to content

Commit

Permalink
remove apple in app purchase route
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyRousselHoomano committed Jul 26, 2024
1 parent 1826574 commit bea8e25
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 433 deletions.
2 changes: 0 additions & 2 deletions backend/app/http_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
from routes.product import Product
from routes.product_task_association import ProductTaskAssociation
from routes.manual_purchase import ManualPurchase
from routes.inapp_apple_purchase import InAppApplePurchase
from routes.todos import Todos
from routes.vocabulary import Vocabulary
from routes.product_category import ProductCategory
Expand Down Expand Up @@ -79,7 +78,6 @@ def __init__(self, api):
api.add_resource(Product, "/product")
api.add_resource(ProductTaskAssociation, "/product_task_association")
api.add_resource(ManualPurchase, "/manual_purchase")
api.add_resource(InAppApplePurchase, "/in_app_apple_purchase")
api.add_resource(Todos, "/todos")
api.add_resource(Vocabulary, "/vocabulary")
api.add_resource(ProductCategory, "/product_category")
Expand Down
Loading

0 comments on commit bea8e25

Please sign in to comment.