define the api endpoints

This commit is contained in:
Carlosokumu 2024-08-26 13:38:14 +03:00
parent 90f6d26f6d
commit d86de39b39
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -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?