Commit 8459e1b6383be0ab23a6a4ba8feb2da41b1cc73f
1 parent
c7e1a925
Exists in
master
and in
7 other branches
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 | ... | ... |