Skip to content

Commit

Permalink
Merge pull request #201 from hoomano/kroussel/remove_route_inapp_appl…
Browse files Browse the repository at this point in the history
…e_purchase

remove apple in app purchase route
  • Loading branch information
xbasset authored Jul 26, 2024
2 parents 80cba84 + bea8e25 commit 77fad00
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 77fad00

Please sign in to comment.