diff options
Diffstat (limited to 'src/views/index/Notepad/changelog.ts')
| -rw-r--r-- | src/views/index/Notepad/changelog.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/index/Notepad/changelog.ts b/src/views/index/Notepad/changelog.ts index 111f8f2..1090c6c 100644 --- a/src/views/index/Notepad/changelog.ts +++ b/src/views/index/Notepad/changelog.ts @@ -1,4 +1,4 @@ -import axios from 'axios'; +import http from '@/utils/http' export const getChangeLog = async() => { |
