diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-10-05 13:59:06 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-10-08 15:21:16 -0400 |
| commit | 49884aea8907b8a1a0a58ae46f939b0648a2cb9e (patch) | |
| tree | f1f84f30ecc54cc58b7ede86c7c92767192e3280 /api/api.go | |
| parent | 9e255c7a19da5e4249f1c069e3dcabfa42fc5db1 (diff) | |
Diffstat (limited to 'api/api.go')
| -rw-r--r-- | api/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ type ServerStatus struct { var Logger *slog.Logger -const VTT_URL string = "http://73.188.175.49:30000" +const VTT_URL string = "https://dnd.jpappel.xyz/foundry" func remoteOnline(ctx context.Context, url string) ServerStatus { status := ServerStatus{Site: url, Timestamp: time.Now()} |
