fixed update id

This commit is contained in:
anhefti 2021-03-01 20:21:12 +01:00
parent 0383aebcbf
commit 527c005702

View file

@ -45,7 +45,7 @@ class ExamUpdateHandler {
this.examDAO = examDAO;
this.sebRestrictionService = sebRestrictionService;
this.updatePrefix = webserviceInfo.getHostAddress()
this.updatePrefix = webserviceInfo.getLocalHostAddress()
+ "_" + webserviceInfo.getServerPort() + "_";
this.examTimeSuffix = examTimeSuffix;
}