Commit fcc2df3c90ebaa67c3f0c56e36c95da15fbbeb50

Authored by Adabriand Furtado
1 parent 7dccb991
Exists in master

Configurando o endpoint no validador.js.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
view/assets/js/validador.js
@@ -232,6 +232,7 @@ @@ -232,6 +232,7 @@
232 232
233 // Private methods 233 // Private methods
234 function _run(projectname) { 234 function _run(projectname) {
  235 + pybossa.setEndpoint("/pybossa");
235 pybossa.run(projectname); 236 pybossa.run(projectname);
236 } 237 }
237 238