Skip to content
Snippets Groups Projects
Commit f90127d5 authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Fix BaseURL on EstMunic request to adapt to server

Fix BaseURL on EstMunic request to adapt to server
parent 2df15f6f
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
//Get complete base URL //Get complete base URL
if (!window.location.origin) if (!window.location.origin)
window.location.origin = window.location.protocol+"//"+window.location.host; window.location.origin = window.location.protocol+"//"+window.location.host;
RequestBaseUrl = window.location.origin + "/participatorio" + "/ocorrenciamunicipais"; RequestBaseUrl = window.location.origin + "/estacao-juventude" + "/ocorrenciamunicipais";
//Create and send to server a request of //Create and send to server a request of
//the list of "Municipios" that belongs to the "Estado" chosen //the list of "Municipios" that belongs to the "Estado" chosen
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
if (!window.location.origin) if (!window.location.origin)
window.location.origin = window.location.protocol+"//"+window.location.host; window.location.origin = window.location.protocol+"//"+window.location.host;
RequestBaseUrl = window.location.origin + "/participatorio" + "/orgaoexecutores"; RequestBaseUrl = window.location.origin + "/estacao-juventude" + "/orgaoexecutores";
//Create and send to server a request of //Create and send to server a request of
//the list of "Municipios" that belongs to the "Estado" chosen //the list of "Municipios" that belongs to the "Estado" chosen
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
if (!window.location.origin) if (!window.location.origin)
window.location.origin = window.location.protocol+"//"+window.location.host; window.location.origin = window.location.protocol+"//"+window.location.host;
RequestBaseUrl = window.location.origin + "/participatorio" + "/orgaoexecutores"; RequestBaseUrl = window.location.origin + "/estacao-juventude" + "/orgaoexecutores";
//Create and send to server a request of //Create and send to server a request of
//the list of "Municipios" that belongs to the "Estado" chosen //the list of "Municipios" that belongs to the "Estado" chosen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment