Commit 0a21fbb94d7cce075e23e28760b92db9e8f7cee5

Authored by Adabriand Furtado
1 parent 0f03c3ef
Exists in master

Configurando o endpoint no corretor.js.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
view/assets/js/corretor.js
@@ -271,6 +271,7 @@ @@ -271,6 +271,7 @@
271 271
272 // Private methods 272 // Private methods
273 function _run(projectname) { 273 function _run(projectname) {
  274 + pybossa.setEndpoint("/pybossa");
274 pybossa.run(projectname); 275 pybossa.run(projectname);
275 } 276 }
276 277