diff --git a/frontend/src/api/modules/auth.ts b/frontend/src/api/modules/auth.ts index 1b85ec0ee..ca7deb324 100644 --- a/frontend/src/api/modules/auth.ts +++ b/frontend/src/api/modules/auth.ts @@ -24,4 +24,3 @@ export const getLoginSetting = () => { export const getWelcomePage = () => { return http.get('/core/auth/welcome'); }; -