Fixed routing on login page
This commit is contained in:
parent
9934f618b5
commit
c9b994a11e
2 changed files with 1 additions and 11 deletions
|
@ -1,10 +0,0 @@
|
|||
// The file contents for the current environment will overwrite these during build.
|
||||
// The build system defaults to the dev environment which uses `environment.ts`, but if you do
|
||||
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
|
||||
// The list of which env maps to which file can be found in `angular-cli.json`.
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
// insert local URL here
|
||||
apiUrl: ''
|
||||
};
|
Reference in a new issue