Use encrypted endpoint

This commit is contained in:
2025-07-21 18:44:22 -07:00
parent cb9d9fe02d
commit f3bc9a9570
6 changed files with 92 additions and 9 deletions

4
src/enums/Keys.ts Normal file
View File

@@ -0,0 +1,4 @@
export enum Keys {
SERVER_RECEIVE_TRANSFER_KEY = '',
SERVER_SEND_TRANSFER_KEY = ''
}