We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668b1b6 commit 42ffdf6Copy full SHA for 42ffdf6
app/backend/src/main/java/com/microsoft/openai/samples/rag/Application.java
@@ -5,9 +5,6 @@
5
import org.slf4j.LoggerFactory;
6
import org.springframework.boot.SpringApplication;
7
import org.springframework.boot.autoconfigure.SpringBootApplication;
8
-import org.springframework.context.annotation.Bean;
9
-import org.springframework.web.servlet.config.annotation.CorsRegistry;
10
-import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
11
12
@SpringBootApplication
13
public class Application {
0 commit comments