Merge branch 'master' into feature/append-result

This commit is contained in:
DerPenz
2023-04-27 11:31:07 +02:00
committed by GitHub
10 changed files with 217 additions and 126 deletions

View File

@@ -1,4 +1,4 @@
import Api from '../api';
import { Api } from '../api';
export class BaseEndpoint {
protected api: Api;