Class RestServiceCorsApplication

java.lang.Object
org.tweetyproject.web.services.RestServiceCorsApplication

@SpringBootApplication public class RestServiceCorsApplication extends Object
Main class for starting the REST service with Cross-Origin Resource Sharing (CORS) support. The class configures CORS to allow requests only from specific origins for different endpoints.