#5 Started wiring up endpoints do display user stats

This commit is contained in:
2024-02-01 01:44:02 +00:00
parent fee4a19e3f
commit dd243e9c72
5 changed files with 39 additions and 4 deletions

View File

@ -50,7 +50,7 @@ class StatsController(DatabaseController):
]
cursor = self._conn.execute(
"""SELECT * FROM Stats
"""SELECT * FROM Views
WHERE productID = ?
""",
params