Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feat/aas-reg-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanish98 committed Mar 21, 2024
2 parents 80f6b5b + 34a5cd7 commit 6722f7c
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@
public class AASEnvironmentConfiguration {

@Bean
public CorsPathPatternProvider getAASEnvironmentRepoCorsUrlProvider() {
public CorsPathPatternProvider getAASEnvironmentSerializationRepoCorsUrlProvider() {
return new CorsPathPatternProvider("/serialization");
}

@Bean
public CorsPathPatternProvider getAASEnvironmentUploadRepoCorsUrlProvider() {
return new CorsPathPatternProvider("/upload");
}
}

0 comments on commit 6722f7c

Please sign in to comment.