Skip to content

Commit c70a705

Browse files
committed
fix: update URL
1 parent 6bb258b commit c70a705

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

util/billing.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ import (
1616

1717
var TimeValidity int64
1818
var MAX_ALLOWED_TIME int64 = 24 // in hrs
19-
// var ACC_API = "https://accapi.appbase.io/"
20-
var ACC_API = "http://localhost:3000/"
19+
var ACC_API = "https://accapi.appbase.io/"
2120

2221
type ArcUsage struct {
2322
ArcID string `json:"arc_id"`

0 commit comments

Comments
 (0)