Skip to content

Commit 0aecaa1

Browse files
committed
fix helloworld controllers
1 parent 29c6dbc commit 0aecaa1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

api/src/controllers.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// codegen:start {preset: barrel, include: ./*/controllers.ts, import: default}
22
import accountsControllers from "./Accounts/controllers.js"
33
import blogControllers from "./Blog/controllers.js"
4+
import helloWorldControllers from "./HelloWorld/controllers.js"
45
import operationsControllers from "./Operations/controllers.js"
56

6-
export { accountsControllers, blogControllers, operationsControllers }
7+
export { accountsControllers, blogControllers, helloWorldControllers, operationsControllers }
78
// codegen:end

0 commit comments

Comments
 (0)