auto push
This commit is contained in:
parent
9a141a829d
commit
313eefd752
@ -285,7 +285,7 @@ export class AppController {
|
||||
const token = (await data).access_token;
|
||||
// console
|
||||
await this.userService.save(user);
|
||||
return { url: 'http://' + process.env.BASE_URL + 'localhost/token?data=${encodeURIComponent(JSON.stringify(token))}' };
|
||||
return { url: 'http://' + process.env.BASE_URL + '/token?data=${encodeURIComponent(JSON.stringify(token))}' };
|
||||
}
|
||||
|
||||
@UseGuards(JwtAuthGuard)
|
||||
|
||||
@ -1 +1 @@
|
||||
BASE_URL=localhost
|
||||
BASE_URL=192.168.1.19
|
||||
Loading…
Reference in New Issue
Block a user