Lee Morgan 6 жил өмнө
parent
commit
10cc719a4c
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);
 }