add tax profiles api
This commit is contained in:
@@ -50,6 +50,7 @@ scope "(:locale)", locale: /en|mm/ do
|
||||
post 'authenticate' => "authenticate#create"
|
||||
delete 'authenticate' => "authenticate#destroy"
|
||||
get "menu_item_groups" => "menu_item_groups#index"
|
||||
get 'get_tax_profiles' => 'api#get_tax_profiles'
|
||||
namespace :restaurant do
|
||||
get 'zones' => "zones#index"
|
||||
resources :menu, only: [:index, :show]
|
||||
|
||||
Reference in New Issue
Block a user