move api to /api
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user