Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit ae1a2e4

Browse files
committed
Route root to /apidocs
1 parent 74c2e68 commit ae1a2e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Rails.application.routes.draw do
22
mount DDS::Base, at: '/'
33
get "apiexplorer" => "swaggerui#index"
4+
root to: redirect("/apidocs", status: 302)
45
end

0 commit comments

Comments
 (0)