mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-17 22:36:17 +00:00
6 lines
82 B
Bash
6 lines
82 B
Bash
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
exec uvicorn auth_gateway.main:app --host 0.0.0.0 --port 9091
|