mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-17 14:26:18 +00:00
6 lines
98 B
Bash
6 lines
98 B
Bash
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
exec uvicorn auth_gateway.main:app --host 0.0.0.0 --port 9091 --no-access-log
|