mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-13 17:30:37 -07:00
add GET /w/income
This commit is contained in:
parent
a65f6f09b1
commit
0d0cbc4e79
2 changed files with 42 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ func Router() *chi.Mux {
|
|||
|
||||
// income
|
||||
r.Get("/income/month", GetMonthIncome)
|
||||
r.Get("/income", IncomeByCategory)
|
||||
|
||||
return r
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue