ISSUE-44: Adding integration tests and setting up workflow #88

Merged
hitanshu merged 6 commits from hitanshu/CFTunnels:ISSUE-44 into test 2025-11-14 19:48:28 +00:00
Showing only changes of commit 4875392271 - Show all commits

View File

@ -5,10 +5,12 @@ import io.swagger.v3.oas.models.servers.Server;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import java.util.ArrayList;
@Configuration
@Profile("!integration")
public class OpenApiConfig {
@Value("${api.baseUrl}")