refactor(http): migrate to tauri's new resource table (#834)

* refactor(http): migrate to tauri's new resource table

* fmt

* change file
This commit is contained in:
Amr Bashir
2024-01-02 21:55:57 +02:00
committed by GitHub
parent ea8eadce85
commit ae0cb92438
6 changed files with 68 additions and 75 deletions
@@ -0,0 +1,5 @@
---
"http": "patch"
---
**Breaking change** Removed `Error::InvalidRequestId` variant and added `Error::Tauri` variant.