Initial commit
This commit is contained in:
8
config/routes.rb
Normal file
8
config/routes.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Peatio::Application.routes.draw do
|
||||
|
||||
get '/swagger', to: 'swagger#index'
|
||||
|
||||
mount API::Mount => API::Mount::PREFIX
|
||||
end
|
||||
Reference in New Issue
Block a user