Lee Morgan 6 anos atrás
pai
commit
e2a74288c2
1 arquivos alterados com 1 adições e 1 exclusões
  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);
 }