Commit 6fb087cb authored by luyuan's avatar luyuan

CORS

parent cdff68bc
......@@ -43,6 +43,7 @@ import java.util.Map;
*/
@RestController
@RequestMapping(path = "/app")
@CrossOrigin
public class OwnerController extends BaseController {
private final static Logger logger = LoggerFactory.getLogger(OwnerController.class);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment