refactor(remote): Created separate function to generate requests

This commit is contained in:
quexeky
2025-01-19 15:09:35 +11:00
parent c9555362b6
commit 7faec60fba
5 changed files with 53 additions and 47 deletions
+1
View File
@@ -1,3 +1,4 @@
pub mod auth;
pub mod commands;
pub mod remote;
pub mod requests;