home urls
All checks were successful
Client Home / build-deploy (push) Successful in 7s

This commit is contained in:
Grae Jones
2026-03-25 10:28:12 -07:00
parent 7925b45d76
commit a6e96bd61a
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@
// - APP_URL: the URL that should open the *app* (direct entry / dashboard).
// - REGISTRATION_URL: the URL to your external registration experience.
//
// Tip: keep these as full absolute URLs.
// Tip: keep these as full absolute
export const APP_URL = 'https://adpclient.usimdev.com/';
export const REGISTRATION_URL = 'https://adpregist.usimdev.com/';
export const APP_URL = 'https://client.positivespend.com/';
export const REGISTRATION_URL = 'https://register.positivespend.com/';