Spaces:
Build error
Build error
| package com.dalab.discovery.sd.config; | |
| import org.springframework.web.bind.annotation.GetMapping; | |
| import org.springframework.web.bind.annotation.RestController; | |
| public class WebConfigurerTestController { | |
| public void testCorsOnApiPath() {} | |
| public void testCorsOnOtherPath() {} | |
| } | |