diff options
author | crupest <crupest@outlook.com> | 2021-01-09 01:07:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-09 01:07:35 +0800 |
commit | 8edf6d566cecd94d251a4e29ae8c35b77f88d6db (patch) | |
tree | 0e4371f4a40fabaf5c87baca491d2631665cd2ae /FrontEnd/src/app/http/token.ts | |
parent | 777efa6e0405f4e871de4da21b939e30ed07f754 (diff) | |
download | timeline-8edf6d566cecd94d251a4e29ae8c35b77f88d6db.tar.gz timeline-8edf6d566cecd94d251a4e29ae8c35b77f88d6db.tar.bz2 timeline-8edf6d566cecd94d251a4e29ae8c35b77f88d6db.zip |
...
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 { |