diff --git a/src/main/webapp/WEB-INF/views/ocorrenciamunicipais/create.jspx b/src/main/webapp/WEB-INF/views/ocorrenciamunicipais/create.jspx index b74a0c92f829ab2b38f8a352596c4fd561cc7c26..5b130a1ee5adc83a5a31913d5370e747d1aee374 100644 --- a/src/main/webapp/WEB-INF/views/ocorrenciamunicipais/create.jspx +++ b/src/main/webapp/WEB-INF/views/ocorrenciamunicipais/create.jspx @@ -42,7 +42,7 @@ //Get complete base URL if (!window.location.origin) 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 //the list of "Municipios" that belongs to the "Estado" chosen diff --git a/src/main/webapp/WEB-INF/views/orgaoexecutores/create.jspx b/src/main/webapp/WEB-INF/views/orgaoexecutores/create.jspx index c46141756c434d1bbe281d7762cd3438941c96bb..7ea71b0d900e753d85b449be620e4c7261949780 100644 --- a/src/main/webapp/WEB-INF/views/orgaoexecutores/create.jspx +++ b/src/main/webapp/WEB-INF/views/orgaoexecutores/create.jspx @@ -39,7 +39,7 @@ if (!window.location.origin) 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 //the list of "Municipios" that belongs to the "Estado" chosen diff --git a/src/main/webapp/WEB-INF/views/orgaoexecutores/update.jspx b/src/main/webapp/WEB-INF/views/orgaoexecutores/update.jspx index 9e6d653b132cdc5b796633b14dcba73e7018bcf8..0e4f16344ebe19939ec3cd7b0ee31a51d1991401 100644 --- a/src/main/webapp/WEB-INF/views/orgaoexecutores/update.jspx +++ b/src/main/webapp/WEB-INF/views/orgaoexecutores/update.jspx @@ -40,7 +40,7 @@ if (!window.location.origin) 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 //the list of "Municipios" that belongs to the "Estado" chosen