2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

fix: Add missing HttpStatusCode (#5345)

This commit is contained in:
Winnie
2022-12-06 21:34:48 +01:00
committed by GitHub
parent 981265dbf4
commit 56e9ca1a86
4 changed files with 78 additions and 1 deletions
+2
View File
@@ -16,6 +16,7 @@ const {
spread,
toFormData,
AxiosHeaders,
HttpStatusCode,
formToJSON,
mergeConfig
} = axios;
@@ -34,6 +35,7 @@ export {
spread,
toFormData,
AxiosHeaders,
HttpStatusCode,
formToJSON,
mergeConfig
}