소스 검색

Something

Lee Morgan 6 년 전
부모
커밋
e2a74288c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      routes.js

+ 1 - 1
routes.js

@@ -35,5 +35,5 @@ module.exports = function(app){
     app.get("/logout", otherData.logout);
     app.post("/email", otherData.checkUniqueEmail);
     app.get("/cloverlogin", otherData.clover);
-    app.get("/cloverauth*", otherData.cloverAuth);
+    app.get("/cloverauth/*", otherData.cloverAuth);
 }