add tax profiles api

This commit is contained in:
Zin Moe
2020-07-14 17:56:45 +06:30
parent 495e47601a
commit 8ee27a9c35
5 changed files with 26 additions and 1 deletions

View File

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