Dependency refactor #17

Merged
nomadjimbob merged 155 commits from dependency-refactor into main 2023-02-27 12:30:57 +00:00
Showing only changes of commit 127fea1dfd - Show all commits

View File

@@ -21,7 +21,7 @@ interface ApiOptions {
interface ApiResponse {
status: number;
message: string;
data: object;
data: { [key: string]: unknown };
}
const apiDefaultHeaders = {