Explorar el Código

Merge branch 'development'

Lee Morgan hace 6 años
padre
commit
5b0c4fa677
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 }