diff options
author | crupest <crupest@outlook.com> | 2020-08-24 23:51:20 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-24 23:51:20 +0800 |
commit | 42820d6152131b5e2931bba82ab9e2976e2181f3 (patch) | |
tree | 1be3bd365ff167225092d772e6385cf4d9640e60 /Timeline/ClientApp/src/app/http | |
parent | de1d582bf2ed7062fd400459f30d463d47ef9982 (diff) | |
download | timeline-42820d6152131b5e2931bba82ab9e2976e2181f3.tar.gz timeline-42820d6152131b5e2931bba82ab9e2976e2181f3.tar.bz2 timeline-42820d6152131b5e2931bba82ab9e2976e2181f3.zip |
...
Diffstat (limited to 'Timeline/ClientApp/src/app/http')
-rw-r--r-- | Timeline/ClientApp/src/app/http/mock/user.ts | 1 | ||||
-rw-r--r-- | Timeline/ClientApp/src/app/http/timeline.ts | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/http/mock/user.ts b/Timeline/ClientApp/src/app/http/mock/user.ts index 1ecd7365..7948da11 100644 --- a/Timeline/ClientApp/src/app/http/mock/user.ts +++ b/Timeline/ClientApp/src/app/http/mock/user.ts @@ -10,7 +10,6 @@ import { } from "../user"; import { mockStorage, sha1, mockPrepare } from "./common"; - import defaultAvatarUrl from "./default-avatar.png"; let _defaultAvatar: BlobWithEtag | undefined = undefined; diff --git a/Timeline/ClientApp/src/app/http/timeline.ts b/Timeline/ClientApp/src/app/http/timeline.ts index 4a325bca..a9511c64 100644 --- a/Timeline/ClientApp/src/app/http/timeline.ts +++ b/Timeline/ClientApp/src/app/http/timeline.ts @@ -1,6 +1,7 @@ import axios, { AxiosError } from "axios"; import { updateQueryString, applyQueryParameters } from "../utilities/url"; + import { apiBaseUrl, extractResponseData, |