mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-24 20:04:53 +00:00
Move routes to own folder
This commit is contained in:
parent
7b86a6b6bb
commit
c1f8f67e64
9 changed files with 63 additions and 44 deletions
|
@ -38,3 +38,6 @@ class Authors(db.Model):
|
|||
class Users(db.Model, UserMixin):
|
||||
id = db.Column(db.Integer, primary_key=True)
|
||||
uuid = db.Column(db.String, nullable=False)
|
||||
|
||||
def get_id(self):
|
||||
return int(self.id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue