We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48f081 commit 06fba9bCopy full SHA for 06fba9b
docs/essential/best-practice.md
@@ -83,7 +83,7 @@ export const auth = new Elysia({ prefix: '/auth' })
83
// Service handle business logic, decoupled from Elysia controller
84
import { status } from 'elysia'
85
86
-import type { AuthModel } from './service'
+import type { AuthModel } from './model'
87
88
// If the class doesn't need to store a property,
89
// you may use `abstract class` to avoid class allocation
0 commit comments