move api to /api

This commit is contained in:
2024-01-25 18:09:14 +01:00
parent ea3f98c1d1
commit e6c845a22a
13 changed files with 59 additions and 85 deletions

View File

@@ -13,7 +13,7 @@ import org.eclipse.microprofile.config.inject.ConfigProperty;
import java.net.URI;
import java.net.URISyntaxException;
@Path("/auth")
@Path("api/auth")
public class AuthEndpoints {
@ConfigProperty(name = "login_redirect")