Working on membership, fundraising, and products

This commit is contained in:
Scott Idem
2021-07-01 14:02:24 -04:00
parent 59c151f639
commit 3631f2f122
5 changed files with 143 additions and 117 deletions

View File

@@ -211,7 +211,7 @@ app.include_router(
)
app.include_router(
product.router,
prefix='/product',
# prefix='/product',
tags=['Product'],
)
app.include_router(