RegisterPhoneAPIKeyRoutes registers routes for the /phone-api-key prefix
()
| 1352 | |
| 1353 | // RegisterPhoneAPIKeyRoutes registers routes for the /phone-api-key prefix |
| 1354 | func (container *Container) RegisterPhoneAPIKeyRoutes() { |
| 1355 | container.logger.Debug(fmt.Sprintf("registering [%T] routes", &handlers.Integration3CXHandler{})) |
| 1356 | container.PhoneAPIKeyHandler().RegisterRoutes(container.App(), container.AuthenticatedMiddleware()) |
| 1357 | } |
| 1358 | |
| 1359 | // RegisterDiscordRoutes registers routes for the /discord prefix |
| 1360 | func (container *Container) RegisterDiscordRoutes() { |
no test coverage detected