mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-23 15:49:10 +00:00
fix
This commit is contained in:
parent
68950946a4
commit
a98cbf0c09
@ -1,14 +1,14 @@
|
||||
import axios, { AxiosError } from 'axios';
|
||||
import URL from '../types/api/URL';
|
||||
import { JSONObjectOrArray } from '../types/JSON';
|
||||
import Headers from '../types/api/Headers';
|
||||
import HTTPResponse from '../types/api/Response';
|
||||
import HTTPErrorResponse from '../types/api/ErrorResponse';
|
||||
import HTTPMethod from '../types/api/HTTPMethod';
|
||||
import APIException from '../types/exception/ApiException';
|
||||
import Protocol from '../types/api/Protocol';
|
||||
import Hostname from '../types/api/Hostname';
|
||||
import Route from '../types/api/Route';
|
||||
import URL from '../Types/api/URL';
|
||||
import { JSONObjectOrArray } from '../Types/JSON';
|
||||
import Headers from '../Types/api/Headers';
|
||||
import HTTPResponse from '../Types/Api/Response';
|
||||
import HTTPErrorResponse from '../Types/api/ErrorResponse';
|
||||
import HTTPMethod from '../Types/api/HTTPMethod';
|
||||
import APIException from '../Types/exception/ApiException';
|
||||
import Protocol from '../Types/api/Protocol';
|
||||
import Hostname from '../Types/api/Hostname';
|
||||
import Route from '../Types/api/Route';
|
||||
|
||||
export default class API {
|
||||
private _protocol: Protocol = Protocol.HTTPS;
|
||||
|
Loading…
Reference in New Issue
Block a user