added host to env

This commit is contained in:
2024-06-11 18:08:48 +02:00
parent 07b90d1256
commit 5032ce5d63
2 changed files with 1 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
package de.anxietyprime.swajodel;
import org.springframework.http.HttpStatus;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.oauth2.core.oidc.user.DefaultOidcUser;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.server.ResponseStatusException;