Skip to content

Commit f7e5159

Browse files
committed
2 parents c943492 + 4bb1a15 commit f7e5159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org-tweetyproject-web/src/main/java/org/tweetyproject/web/pyargservices/RestServiceCorsApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@SpringBootApplication
1212
public class RestServiceCorsApplication {
13-
String allowedOrigins = "http://127.0.0.1:3000";
13+
String allowedOrigins = "http://tweetyproject.org";
1414
public static void main(String[] args) {
1515
SpringApplication.run(RestServiceCorsApplication.class, args);
1616
}

0 commit comments

Comments
 (0)