8 lines
232 B
Go
8 lines
232 B
Go
package config
|
|
|
|
const (
|
|
CreateAccountURL = "http://localhost:5003/api/v2/account/create"
|
|
BalanceURL = "https://custodial.sarafu.africa/api/account/status/"
|
|
TrackURL = "http://localhost:5003/api/v2/account/status"
|
|
)
|