Create admin page

This commit is contained in:
Takeshi Kimata
2024-05-26 20:50:23 +09:00
parent 7d071303dd
commit a573358a85
19 changed files with 330 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ module.exports = {
email: 'admin@testplat.com',
password: hashedPassword,
username: 'Admin',
role: 1,
role: 0,
avatarPath: null,
createdAt: new Date(),
updatedAt: new Date(),