We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7692f1 commit 36d8defCopy full SHA for 36d8def
1 file changed
util/billing.go
@@ -60,7 +60,7 @@ func BillingMiddleware(next http.Handler) http.Handler {
60
61
func ReportUsageRequest(arcUsage ArcUsage) (ArcUsageResponse, error) {
62
response := ArcUsageResponse{}
63
- url := "https://accapi.appbase.io/arc/" + arcUsage.ArcID + "/report_usage"
+ url := "http://localhost:3000/" + arcUsage.ArcID + "/report_usage"
64
marshalledRequest, err := json.Marshal(arcUsage)
65
if err != nil {
66
log.Println("error while marshalling req body: ", err)
0 commit comments