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-05 13:59:06 -0400 |
| commit | 6c4f55aa3521af4fc5343b8412c2aed3e047008e (patch) | |
| tree | 19267504a1ecdb04c07ec8a7be9965c92c18f6ed | |
| parent | 0f28b1981fc386f6171ae14939a1b7aca86640ba (diff) | |
Update vtt url
| -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()} |
