API v1 config endpoint
This commit is contained in:
parent
110c7cc3e9
commit
9c5a5d9492
4 changed files with 50 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ Foodsoft::Application.routes.draw do
|
|||
namespace :api do
|
||||
namespace :v1 do
|
||||
resource :user, only: [:show]
|
||||
resource :config, only: [:show]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue