Add transaction skeletton

This commit is contained in:
kevinpauer
2022-03-31 22:32:42 +02:00
parent e9f1e7d38a
commit c5e66b4720
10 changed files with 225 additions and 5 deletions

View File

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