diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-12 23:30:08 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-12 23:30:08 +0530 | 
| commit | 327a32f563394f92313e4a751515d69d90f4e7f5 (patch) | |
| tree | 9b49fd41ac852fa459b623f7fbe7c79aaac24418 /info.go | |
| parent | 029fe2c7a3532bc3bf435f257cdade240c8f3568 (diff) | |
formatted code
Diffstat (limited to 'info.go')
| -rw-r--r-- | info.go | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ type Info struct {  }  func serverInfo(ctx *gin.Context) { -	info := Info { -	  Version:     OPENBILLS_VERSION, +	info := Info{ +		Version:     OPENBILLS_VERSION,  		Title:       viper.GetString("instance.title"),  		Description: viper.GetString("instance.description"),  		URL:         viper.GetString("instance.url"),  |