Skip to content

Commit

Permalink
testing endpoint callbacks'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayahhhmed committed Jun 15, 2024
1 parent 09c91bd commit dacd223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/src/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ export class AuthController {
async logout(@Request() req, @Res() res: Response) {
this.authService.logout(req, res);
}
}
}
3 changes: 2 additions & 1 deletion server/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ export const API_CONFIG: Record<Env, Config> = {
};
export const config: Config = API_CONFIG[process.env.NODE_ENV || Env.DEV];

export const REDIRECT_LINK = 'http://localhost:5173';
// export const REDIRECT_LINK = 'http://localhost:5173';
export const REDIRECT_LINK = 'https://notanglesstaging.devsoc.app/';

0 comments on commit dacd223

Please sign in to comment.