File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1449,8 +1449,8 @@ func (container *Container) NotificationService() (service *services.PhoneNotifi
14491449// RegisterMessageRoutes registers routes for the /messages prefix
14501450func (container * Container ) RegisterMessageRoutes () {
14511451 container .logger .Debug (fmt .Sprintf ("registering %T routes" , & handlers.MessageHandler {}))
1452- container .MessageHandler ().RegisterRoutes (container .App (), container .AuthenticatedMiddleware ())
14531452 container .MessageHandler ().RegisterPhoneAPIKeyRoutes (container .App (), container .PhoneAPIKeyMiddleware (), container .AuthenticatedMiddleware ())
1453+ container .MessageHandler ().RegisterRoutes (container .App (), container .AuthenticatedMiddleware ())
14541454}
14551455
14561456// RegisterBulkMessageRoutes registers routes for the /bulk-messages prefix
You can’t perform that action at this time.
0 commit comments