diff --git a/config/routes.rb b/config/routes.rb index 5347c9c..e758f6c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -72,6 +72,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