mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Temporary rename Repp::API to Repp::Api (acronym issue)
This commit is contained in:
parent
e4f0a7e00a
commit
75fc8ba74f
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
module Repp
|
||||
class API < Grape::API
|
||||
class Api < Grape::API
|
||||
format :json
|
||||
prefix :repp
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ Rails.application.routes.draw do
|
|||
get 'error/:command', to: 'errors#error'
|
||||
end
|
||||
|
||||
mount Repp::API => '/'
|
||||
mount Repp::Api => '/'
|
||||
|
||||
namespace :repp do
|
||||
namespace :v1 do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue