fix development server proxy
This commit is contained in:
@@ -60,6 +60,7 @@ import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
|
||||
@Controller
|
||||
@EnableAutoConfiguration
|
||||
@RequestMapping(path = "/api")
|
||||
@CrossOrigin(origins = { "http://localhost:4200", "http://127.0.0.1:4200" })
|
||||
public class PdbController implements HardcodedValues, PropertyKeys {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user