rename redirect to gallery-view

This commit is contained in:
Nadim Ritter 2024-07-22 14:13:50 +02:00
parent 1cb0242507
commit deac21f4ba

View file

@ -338,7 +338,7 @@ public class MonitoringProctoringService {
.getUserPassword();
final String body = "username=" + currentUser.get().username
+ "&password=" + userPassword.toString()
+ "&redirect=/galleryView/" + group.uuid;
+ "&redirect=/gallery-view/" + group.uuid;
// apply jwt token request
final HttpEntity<String> httpEntity = new HttpEntity<>(body, httpHeaders);