API v1 navigation endpoint

This commit is contained in:
wvengen 2018-10-13 15:20:27 +02:00 committed by wvengen
parent 9c5a5d9492
commit 554be093b9
2 changed files with 25 additions and 0 deletions

View file

@ -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