🔧 refactor(plan): update imports to use .js extensions and secure delete route with admin auth

This commit is contained in:
abumahid
2026-04-26 19:10:56 +06:00
6 changed files with 19 additions and 8 deletions
+2 -1
View File
@@ -2,7 +2,6 @@ model Profile {
id String @id @default(uuid())
accountId String @unique
account Account @relation(fields: [accountId], references: [id], onDelete: Cascade)
shopName String
shopLogo String?
contactNumber String?
@@ -11,3 +10,5 @@ model Profile {
shopCategory String?
}