ionic.config.json 241 B

123456789101112131415
  1. {
  2. "name": "newwisefitnessapp",
  3. "integrations": {
  4. "capacitor": {}
  5. },
  6. "type": "angular-standalone",
  7. "server": {
  8. "proxy": {
  9. "/api": {
  10. "target": "https://test.fmode.cn",
  11. "secure": false
  12. }
  13. }
  14. }
  15. }