fix(core): use correct http method for proxied server, closes #7191 (#7208)

This commit is contained in:
Amr Bashir
2023-06-15 14:29:20 +03:00
committed by GitHub
parent 0fa0fa4ccf
commit 2d2fd6abe2
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'tauri': 'patch'
---
Use correct HTTP method when making requests to the proxied server on mobile.