Merge branch 'main' into frontend

This commit is contained in:
Florian Kaiser
2022-04-28 23:34:05 +02:00
committed by GitHub
94 changed files with 8909 additions and 1417 deletions

View File

@@ -2,6 +2,7 @@ import { Injectable } from '@angular/core';
import { HttpClient, HttpHeaders } from '@angular/common/http';
import { Observable } from 'rxjs';
const AUTH_API = 'https://gruppe1.testsites.info/api/user';
const httpOptions = {
headers: new HttpHeaders({ 'Content-Type': 'application/json' }),
};