diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-04 14:55:24 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-04 14:55:24 +0530 | 
| commit | bb088225a27d04c8237bfcdc7658a5564e838082 (patch) | |
| tree | 9f79491a6b3f136863d0a92683fb4dd35ba4c612 /main.go | |
| parent | a6087d0a4f177973b9d27e544f85736d90039089 (diff) | |
added endpoint to get an invoice's items only
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ import (  	"log"  ) -const OPENBILLS_VERSION = "v0.3.0" +const OPENBILLS_VERSION = "v0.4.0"  func init() {  	if !viper.GetBool("debug_mode") {  |