Lee Morgan 6 лет назад
Родитель
Сommit
272c5dc12d
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("/*", otherData.cloverAuth);
+    app.get("/cloverauth*", otherData.cloverAuth);
 }