zhangjie il y a 2 ans
Parent
commit
8ffb8c0e9a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/features/download/api.js

+ 1 - 1
src/features/download/api.js

@@ -2,7 +2,7 @@ import { httpNoAuth } from "@/plugins/axiosNoAuth";
 
 export function getSchoolInfo(schoolCode) {
   return httpNoAuth.post(
-    "/api/download/package",
+    "/api/admin/download/package",
     {},
     { params: { code: schoolCode } }
   );