9 lines
151 B
Ruby
9 lines
151 B
Ruby
# frozen_string_literal: true
|
|
|
|
Peatio::Application.routes.draw do
|
|
|
|
get '/swagger', to: 'swagger#index'
|
|
|
|
mount API::Mount => API::Mount::PREFIX
|
|
end
|