Compare commits

...

2 Commits

Author SHA1 Message Date
Zin Bo Thit
6678a5b919 Merge branch 'main' of https://git.qikbite.asia/minzeyaphyo/MySMSAPio into main
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
2026-08-03 14:38:05 +06:30
Zin Bo Thit
ce49a72e01 Fix OTP API routes 2026-08-03 14:37:51 +06:30

View File

@@ -25,10 +25,8 @@ Rails.application.routes.draw do
get "sms/received", to: "sms#received" get "sms/received", to: "sms#received"
# OTP endpoints # OTP endpoints
namespace :otp do post "otp/send", to: "otp#send_otp"
post "send", to: "otp#send_otp" post "otp/verify", to: "otp#verify"
post "verify", to: "otp#verify"
end
# Admin endpoints # Admin endpoints
namespace :admin do namespace :admin do