Fix gateway SMS API routes
This commit is contained in:
@@ -13,10 +13,8 @@ Rails.application.routes.draw do
|
||||
post "register", to: "registrations#create"
|
||||
post "heartbeat", to: "heartbeats#create"
|
||||
|
||||
namespace :sms do
|
||||
post "received", to: "sms#received"
|
||||
post "status", to: "sms#status"
|
||||
end
|
||||
post "sms/received", to: "sms#received"
|
||||
post "sms/status", to: "sms#status"
|
||||
end
|
||||
|
||||
# Client application endpoints
|
||||
|
||||
Reference in New Issue
Block a user