Spit Sign In - Sign Up
All checks were successful
Client Registration / build-deploy (push) Successful in 10s
All checks were successful
Client Registration / build-deploy (push) Successful in 10s
This commit is contained in:
@@ -61,7 +61,7 @@ npm start # http://localhost:3001
|
||||
Runs in **mock mode** when `API_BASE_URL` is empty in `authConfig.js`. To connect to the real Registration Function, update the constants in `src/auth/authConfig.js`:
|
||||
|
||||
```js
|
||||
export const API_BASE_URL = 'https://portal.positivespend.com';
|
||||
export const API_BASE_URL = 'https://adpregapi.usimdev.com';
|
||||
export const API_FUNCTION_KEY = 'your-function-key';
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user