api-structs #117

Merged
lash merged 35 commits from api-structs into master 2024-10-24 15:53:46 +02:00
Showing only changes of commit b8e12e5215 - Show all commits

View File

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