Skip to content

Commit

Permalink
Mittwoch 14:15
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hornburger committed Feb 28, 2024
1 parent 3201515 commit 669c44b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {environment} from "../environments/environment";
import { EditorModule } from '@tinymce/tinymce-angular';
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';

const appurl: string = environment.production === false ? 'http://localhost:4200' : 'https://blue-glacier-0917b1103.4.azurestaticapps.net';
const appurl: string = environment.production === false ? 'http://localhost:4200' : 'https://polite-cliff-084832d03.4.azurestaticapps.net';

// !! Server URL auch in Pool service anpassen

Expand Down
5 changes: 1 addition & 4 deletions src/app/services/database-pool/database-pool.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {EventEmitter, Injectable} from '@angular/core';
import {DebugProvider} from "../debug/debug";
import {Standortestruktur} from "../../dataclasses/standortestruktur";
import {ConstProvider} from "../const/const";
import {ToolsProvider} from "../tools/tools";
import {Mitarbeiterstruktur} from "../../dataclasses/mitarbeiterstruktur";
import {Projektestruktur} from "../../dataclasses/projektestruktur";
import {Projektpunktestruktur} from "../../dataclasses/projektpunktestruktur";
Expand All @@ -11,12 +10,10 @@ import {HttpClient, HttpErrorResponse, HttpHeaders, HttpParams} from "@angular/c
import { v4 as uuidv4 } from 'uuid';
import * as lodash from "lodash-es";
import {DatabaseAuthenticationService} from "../database-authentication/database-authentication.service";
import {BasicsProvider} from "../basics/basics";
import {Mitarbeitersettingsstruktur} from "../../dataclasses/mitarbeitersettingsstruktur";
import {Observable} from "rxjs";
import {Projektpunktanmerkungstruktur} from "../../dataclasses/projektpunktanmerkungstruktur";
import {Changelogstruktur} from "../../dataclasses/changelogstruktur";
import {Bauteilstruktur} from "../../dataclasses/bauteilstruktur";
import {environment} from "../../../environments/environment";
import {Bautagebuchstruktur} from "../../dataclasses/bautagebuchstruktur";
import {LOPListestruktur} from "../../dataclasses/loplistestruktur";
Expand Down Expand Up @@ -127,7 +124,7 @@ export class DatabasePoolService {
this.Notizenkapitelliste = [];
this.Outlookkatekorien = [];
this.Simontabellenliste = [];
this.CockpitserverURL = environment.production === true ? 'bae-urlaubsplaner-server.azurewebsites.net' : 'http://localhost:8080';
this.CockpitserverURL = environment.production === true ? 'https://bae-urlaubsplaner-server.azurewebsites.net' : 'http://localhost:8080';
this.CockpitdockerURL = environment.production === true ? 'https://bae-urlaubsplaner-docker.azurewebsites.net' : 'http://localhost:80';
this.Emailcontent = this.Emailcontentvarinaten.NONE;
this.ContacsSubscriptionURl = this.CockpitserverURL + '/subscription';
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
<body>
<app-root></app-root>
<app-redirect></app-redirect>
<script src="runtime.79f787f4b19a062e.js" type="module"></script><script src="polyfills.7ff4c4c37cd47122.js" type="module"></script><script src="scripts.cdd3589265c26414.js" defer></script><script src="main.f0dd9a6bae196bc1.js" type="module"></script></body>
<script src="runtime.79f787f4b19a062e.js" type="module"></script><script src="polyfills.7ff4c4c37cd47122.js" type="module"></script><script src="scripts.cdd3589265c26414.js" defer></script><script src="main.7cd819fd7e9fceb0.js" type="module"></script></body>

</html>
1 change: 1 addition & 0 deletions www/main.7cd819fd7e9fceb0.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion www/main.f0dd9a6bae196bc1.js

This file was deleted.

0 comments on commit 669c44b

Please sign in to comment.