Skip to content

Commit

Permalink
fix helloworld controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Jan 18, 2025
1 parent 29c6dbc commit 0aecaa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion api/src/controllers.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// codegen:start {preset: barrel, include: ./*/controllers.ts, import: default}
import accountsControllers from "./Accounts/controllers.js"
import blogControllers from "./Blog/controllers.js"
import helloWorldControllers from "./HelloWorld/controllers.js"
import operationsControllers from "./Operations/controllers.js"

export { accountsControllers, blogControllers, operationsControllers }
export { accountsControllers, blogControllers, helloWorldControllers, operationsControllers }
// codegen:end

0 comments on commit 0aecaa1

Please sign in to comment.