#5 Started wiring up endpoints do display user stats
This commit is contained in:
@ -11,7 +11,7 @@ class Stats:
|
||||
self.id = 0
|
||||
self.userID = 0
|
||||
self.productID = 0
|
||||
self.viewDate = datetime.now()
|
||||
self.viewDate: datetime = datetime.now()
|
||||
|
||||
def __init__(self, product_id: int, user_id: int):
|
||||
""" Construct a view with the user and product class """
|
||||
|
Reference in New Issue
Block a user