WIP: backend protection

This commit is contained in:
2022-12-06 12:27:09 +01:00
parent 7330fb90f2
commit 55b5150049
23 changed files with 499 additions and 114 deletions

View File

@@ -3,7 +3,13 @@
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false
production: false,
api: {
url: "http://localhost:5183/api"
},
google: {
clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com"
}
};
/*