lianghongjie 1 rok pred
rodič
commit
6a20262f56
2 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      packages/auth/index.ts
  2. 0 0
      packages/auth/module/https.ts

+ 1 - 1
packages/auth/index.ts

@@ -3,7 +3,7 @@ import { actions } from "./module/actions";
 import { User_Config } from "./module/config";
 import { Dict_Auth_Storage } from "./module/dicts/storage";
 import { authHelper } from "./module/helper";
-import { https } from "./module/http";
+import { https } from "./module/https";
 import { stores } from "./module/stores";
 export class AuthModule extends ModuleRoot {
   config = this.setConfig(User_Config);

+ 0 - 0
packages/auth/module/http.ts → packages/auth/module/https.ts