Sfoglia il codice sorgente

Merge branch 'development'

Lee Morgan 6 anni fa
parent
commit
5b0c4fa677
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
 }