update: google oauth2.0 with hd=email@forth.co.th only now functional
This commit is contained in:
parent
984707c7bf
commit
36c71eda38
31 changed files with 580 additions and 317 deletions
4
client/src/environments/environment.development.ts
Normal file
4
client/src/environments/environment.development.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export const environment = {
|
||||
production: false,
|
||||
api: 'http://localhost:8080',
|
||||
};
|
||||
4
client/src/environments/environment.ts
Normal file
4
client/src/environments/environment.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export const environment = {
|
||||
production: true,
|
||||
api: '',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue