Initial commit: abyssVpn project
- Tauri desktop app (apps/desktop) - Python Django API service (services/api) - Deployment scripts and docs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from .services.netmaker_client import NetmakerClient
|
||||
|
||||
|
||||
def create_one_time_join_token(device_name: str) -> str:
|
||||
return NetmakerClient().create_one_time_join_token(device_name)
|
||||
Reference in New Issue
Block a user