memowake-front/network_security_config.xml

8 lines
325 B
XML

<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">192.168.31.16</domain> <!-- Your local dev machine -->
<domain includeSubdomains="true">192.168.20.2</domain>
</domain-config>
</network-security-config>