tremble 3 년 전
부모
커밋
4856f960b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/apis/index.js

+ 1 - 1
src/apis/index.js

@@ -31,7 +31,7 @@ export const inCat = (data) => {
 
 export const burying_point = (data) => {
   let url = encodeURI(window.location.href)
-  return http.get("/api/Point", {
+  return http.get("/api/point", {
     userId: browser.getURLParam("userId") || 1,
     AccessToken: browser.getURLParam("AccessToken")||'none',
     cookieId: browser.getURLParam("cookieId")||'none',