Running Prettier in Project
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
backendPath: (<any>window)['env']['BACKEND_URL'],
|
||||
backendOAuthPath: (<any>window)['env']['BACKEND_OAUTH_URL']
|
||||
backendOAuthPath: (<any>window)['env']['BACKEND_OAUTH_URL'],
|
||||
};
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
backendPath: 'http://localhost:8070',
|
||||
backendOAuthPath: 'http://localhost:8070'
|
||||
backendOAuthPath: 'http://localhost:8070',
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user