mudandça da constante do cache feat bug #AL-3714

master
Fabio 2024-02-01 17:02:49 -03:00
parent 0ad4637fc3
commit 99fc826332
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId>
<version>1.47.1</version>
<version>1.48.0</version>
<packaging>war</packaging>
<properties>

View File

@ -150,7 +150,7 @@ public class LimparCacheApiController extends MyGenericForwardComposer {
private String[] getURLSAPI() {
ApplicationContext appContext = AppContext.getApplicationContext();
ConstanteService constanteService = (ConstanteService) appContext.getBean("constanteService");
String constante = constanteService.buscarURLAPI();
String constante = constanteService.buscarURLAPIEmb();
return constante == null ? null : constante.split("\\|");
}