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")
|
||||
|
||||
@@ -12,7 +12,7 @@ import jakarta.ws.rs.core.MediaType;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Path("/club")
|
||||
@Path("api/club")
|
||||
public class ClubEndpoints {
|
||||
|
||||
@Inject
|
||||
|
||||
@@ -26,7 +26,7 @@ import java.util.List;
|
||||
import java.util.concurrent.CompletableFuture;
|
||||
import java.util.concurrent.Future;
|
||||
|
||||
@Path("/member")
|
||||
@Path("api/member")
|
||||
public class CombEndpoints {
|
||||
|
||||
@Inject
|
||||
|
||||
Reference in New Issue
Block a user