Add API v1 finance_overview endpoint
This commit is contained in:
parent
4752a0aaa9
commit
7a6779ebfd
5 changed files with 140 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ Rails.application.routes.draw do
|
|||
|
||||
namespace :user do
|
||||
root to: 'users#show'
|
||||
get :financial_overview, to: 'ordergroup#financial_overview'
|
||||
resources :financial_transactions, only: [:index, :show, :create]
|
||||
resources :group_order_articles
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue