RegisterAttachmentRoutes registers routes for the /attachments prefix
()
| 1618 | |
| 1619 | // RegisterAttachmentRoutes registers routes for the /attachments prefix |
| 1620 | func (container *Container) RegisterAttachmentRoutes() { |
| 1621 | container.logger.Debug(fmt.Sprintf("registering %T routes", &handlers.AttachmentHandler{})) |
| 1622 | container.AttachmentHandler().RegisterRoutes(container.App()) |
| 1623 | } |
| 1624 | |
| 1625 | // PhoneAPIKeyService creates a new instance of services.PhoneAPIKeyService |
| 1626 | func (container *Container) PhoneAPIKeyService() (service *services.PhoneAPIKeyService) { |
no test coverage detected