define the api endpoints
This commit is contained in:
parent
90f6d26f6d
commit
d86de39b39
@ -2,5 +2,9 @@ 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/"
|
||||||
|
)
|
||||||
|
|
||||||
//We define our endpoints here?
|
|
||||||
|
Loading…
Reference in New Issue
Block a user