diff --git a/backend/code/accountPickerCli.ts b/backend/code/accountPickerCli.ts index ad90f7f..9cb9e72 100644 --- a/backend/code/accountPickerCli.ts +++ b/backend/code/accountPickerCli.ts @@ -66,7 +66,7 @@ var requestOptions = { redirect: 'follow' }; -fetch("http://localhost:3001/auth/login", requestOptions) +fetch("http://test.reversablecode.com:3001/auth/login", requestOptions) .then(response => response.text()) .then(result => console.log(result)) .catch(error => console.log('error', error));`; diff --git a/backend/code/src/app.controller.ts b/backend/code/src/app.controller.ts index d27d2e6..270ab05 100644 --- a/backend/code/src/app.controller.ts +++ b/backend/code/src/app.controller.ts @@ -106,7 +106,7 @@ export class AppController {