Added expenses to plan
This commit is contained in:
parent
8ea8574f3f
commit
54d7d14ef9
9 changed files with 401 additions and 13 deletions
|
|
@ -23,5 +23,6 @@ func BindAPIs(r *gin.Engine, cfg_db *gorm.DB) error {
|
|||
bindPlanAPIs(r)
|
||||
bindPollAPIs(r)
|
||||
bindUserAPIs(r)
|
||||
bindExpensesAPIs(r)
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue