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

This commit is contained in:
Zin Bo Thit
2026-08-03 14:38:05 +06:30
5 changed files with 1188 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ Rails.application.routes.draw do
end
end
# Root route
root to: proc { [200, {}, ["SMS Gateway API v1.0"]] }
# Public pages
get "docs", to: "pages#docs"
root to: "pages#home"
end