Skip to content

Commit 48e5b94

Browse files
committed
feat: update
1 parent d79d01e commit 48e5b94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { App } from '@/app'
22
import { ValidateEnv } from '@/utils/validate-env'
33
import { AuthRoute } from '@routes/auth.route'
4+
import { BotMailRoute } from './routes/bot-mail.route'
45
import { ChannelRoute } from './routes/channels.route'
56
import { ConversationLiveChatRoute } from './routes/conversation-live-chat.route'
67
import { ConversationRoute } from './routes/conversation.route'
@@ -24,6 +25,7 @@ const app = new App([
2425
new FlowRoute(),
2526
new IntentRoute(),
2627
new ConversationLiveChatRoute(),
28+
new BotMailRoute(),
2729
])
2830

2931
app.listen()

0 commit comments

Comments
 (0)