Added ability to fetch products from the database

This commit is contained in:
2024-01-05 18:20:56 +00:00
parent 9fbdb9f3fb
commit 868876b98e
11 changed files with 261 additions and 156 deletions

View File

@@ -1,5 +0,0 @@
from flask import Blueprint
blueprint = Blueprint('endpoints', __name__)
from . import endpoints