update api endpoints

This commit is contained in:
Carlosokumu 2024-10-18 17:01:21 +03:00
parent 4f04362835
commit b8e12e5215
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -1,10 +1,7 @@
package config
const (
CreateAccountURL = "https://custodial.sarafu.africa/api/account/create"
TrackStatusURL = "https://custodial.sarafu.africa/api/track/"
BalanceURL = "https://custodial.sarafu.africa/api/account/status/"
CreateAccountURL = "http://localhost:5003/api/v2/account/create"
BalanceURL = "https://custodial.sarafu.africa/api/account/status/"
TrackURL = "http://localhost:5003/api/v2/account/status"
)