diff options
author | crupest <crupest@outlook.com> | 2021-01-11 21:58:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 21:58:32 +0800 |
commit | 5f08a5afe39fb680a14982255d366335bcef5d6e (patch) | |
tree | 9deed1bab5913de2e2e31e1b7a8f14e7ee699cf8 /FrontEnd/src/app/http/token.ts | |
parent | 6d30c089c02591ce2f57cf22fe0c41c17c62fbc3 (diff) | |
parent | 21ee6d4b78566a857559c5e393ae85731d380092 (diff) | |
download | timeline-5f08a5afe39fb680a14982255d366335bcef5d6e.tar.gz timeline-5f08a5afe39fb680a14982255d366335bcef5d6e.tar.bz2 timeline-5f08a5afe39fb680a14982255d366335bcef5d6e.zip |
Merge pull request #206 from crupest/front-dev
Front development.
Diffstat (limited to 'FrontEnd/src/app/http/token.ts')
-rw-r--r-- | FrontEnd/src/app/http/token.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/app/http/token.ts b/FrontEnd/src/app/http/token.ts index ae0cf3f6..c0644515 100644 --- a/FrontEnd/src/app/http/token.ts +++ b/FrontEnd/src/app/http/token.ts @@ -1,3 +1,5 @@ +// Don't use axios in common because it will contains +// authorization header, which shouldn't be used in token apis. import axios, { AxiosError } from "axios"; import { |