Commit 2f06736981bd21ce835cf5792384d123d683d4c2

Authored by Victor Costa
1 parent c401e114

Fix endpoint

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/main.js
... ... @@ -17,7 +17,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F
17 17  
18 18 var loginButton;
19 19  
20   - var participa = false;
  20 + var participa = true;
21 21 if(participa){
22 22 var host = 'http://www.participa.br';
23 23 var private_token = '375bee7e17d0021af7160ce664874618'; //participa
... ...