Fix HealthController: Deploy Date.
This commit is contained in:
parent
79731291b8
commit
f07b428685
|
@ -40,7 +40,7 @@ public class HealthController {
|
|||
response.put("developers.datasource.username", properties.getDatasource().getUsername());
|
||||
response.put("developers.datasource.password", properties.getDatasource().getPassword());
|
||||
response.put("developers.issuer", properties.getIssuer());
|
||||
if(eu.dnetlib.authentication.configuration.GlobalVars.date != null) {
|
||||
if(GlobalVars.date != null) {
|
||||
response.put("Date of deploy", eu.dnetlib.authentication.configuration.GlobalVars.date.toString());
|
||||
}
|
||||
if(globalVars.getBuildDate() != null) {
|
||||
|
|
Loading…
Reference in New Issue