Adding Configuration annotation on CORS config class
This commit is contained in:
parent
cffb83a781
commit
5570020f6d
|
|
@ -1,8 +1,10 @@
|
|||
package com.mobtools.server.configurations;
|
||||
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.web.reactive.config.CorsRegistry;
|
||||
import org.springframework.web.reactive.config.WebFluxConfigurer;
|
||||
|
||||
@Configuration
|
||||
public class CorsGlobalConfiguration implements WebFluxConfigurer {
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user