fixed update id
This commit is contained in:
parent
0383aebcbf
commit
527c005702
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue