From 6c4f55aa3521af4fc5343b8412c2aed3e047008e Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sat, 5 Oct 2024 13:59:06 -0400 Subject: Update vtt url --- api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/api.go b/api/api.go index 8f7d76d..c74723d 100644 --- a/api/api.go +++ b/api/api.go @@ -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()} -- cgit v1.2.3