Skip to content

Commit a1e8730

Browse files
committed
fix: revert ACC_API url
1 parent 1355bde commit a1e8730

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

util/billing.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import (
1515
)
1616

1717
// ACCAPI URL
18-
// var ACCAPI = "https://accapi.appbase.io/"
18+
var ACCAPI = "https://accapi.appbase.io/"
1919

20-
var ACCAPI = "http://localhost:3000/"
20+
// var ACCAPI = "http://localhost:3000/"
2121

2222
// TimeValidity to be obtained from ACCAPI
2323
var TimeValidity int64

0 commit comments

Comments
 (0)