Skip to content

Commit a547f75

Browse files
authored
Merge pull request #91 from Dialogue-Bot/DIAL-42-implement-test-your-bot
feat: update
2 parents 8935e89 + 48e5b94 commit a547f75

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)