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