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 b64f1de commit cbc3f1fCopy full SHA for cbc3f1f
content/docs/preface/introduction.md
@@ -40,7 +40,7 @@ AdonisJS embraces the classic MVC design pattern. You start by defining the rout
40
```ts
41
// title: start/routes.ts
42
import router from '@adonisjs/core/services/router'
43
-const PostsController = () => import(`'#controllers`/posts_controller')
+const PostsController = () => import('#controllers/posts_controller')
44
45
router.get('posts', [PostsController, 'index'])
46
```
0 commit comments