Initial Implementation of Project Cards

This commit is contained in:
2023-12-28 21:28:36 -03:00
parent f6c0cb1ca1
commit 12e8aadf7b
18 changed files with 376 additions and 8 deletions

View File

@@ -2,4 +2,5 @@ export const environment = {
production: true,
backendPath: (<any>window)['env']['BACKEND_URL'],
backendOAuthPath: (<any>window)['env']['BACKEND_OAUTH_URL'],
githubUser: (<any>window)['env']['GITHUB_USER'],
};

View File

@@ -6,6 +6,7 @@ export const environment = {
production: false,
backendPath: 'http://localhost:8070',
backendOAuthPath: 'http://localhost:8070',
githubUser: 'HideyoshiNakazone',
};
/*