Skip to content

Commit 4d31a9d

Browse files
committed
fix helloworld controllers
1 parent 42367f6 commit 4d31a9d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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)