mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-17 06:56:04 +01:00
refactor: api routes
This commit is contained in:
@@ -87,6 +87,7 @@ async function main() {
|
||||
|
||||
await prisma.user.create({
|
||||
data: {
|
||||
id: 1,
|
||||
username: USERNAME,
|
||||
password: hashSync(PASSWORD, 10),
|
||||
lang: 'en',
|
||||
|
||||
Reference in New Issue
Block a user