Fix gateway SMS API routes
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
Zin Bo Thit
2026-08-03 15:36:38 +06:30
parent 3eaded1033
commit ad1e960e71

View File

@@ -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