Skip to content
Snippets Groups Projects
Commit b7abbe8e authored by Peter Buschmann's avatar Peter Buschmann
Browse files

SI-70 last change + SI-66 logout: commits code review


Signed-off-by: default avatarPeter Buschmann <peter.buschmann@pta.de>
parent 99148d78
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ import { StoreModule } from '@ngrx/store'; ...@@ -38,7 +38,7 @@ import { StoreModule } from '@ngrx/store';
import { gridFailureReducers } from '@shared/store'; import { gridFailureReducers } from '@shared/store';
import { NgbDatepickerModule } from '@ng-bootstrap/ng-bootstrap'; import { NgbDatepickerModule } from '@ng-bootstrap/ng-bootstrap';
import { UtilityModule } from '@shared/utility'; import { UtilityModule } from '@shared/utility';
import { PipesModule } from '@app/shared/pipes'; import { PipesModule } from '@shared/pipes';
@NgModule({ @NgModule({
imports: [ imports: [
......
{ {
"/api": { "/api": {
"target": "http://entdockergss:9166/", "target": "http://entdockergss:9165/",
"secure": false, "secure": false,
"pathRewrite": { "pathRewrite": {
"^/api": "" "^/api": ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment