Files
Dena/config/routes.rb
2026-08-13 19:50:53 +03:30

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