From 45958c8999906798071343e9def3f0a56189550c Mon Sep 17 00:00:00 2001 From: Zomatree Date: Mon, 9 Sep 2024 04:44:27 +0100 Subject: [PATCH] fix: update api url to bypass cloudflare issues --- Revolt/ViewState.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Revolt/ViewState.swift b/Revolt/ViewState.swift index 05f250b..39609e4 100644 --- a/Revolt/ViewState.swift +++ b/Revolt/ViewState.swift @@ -135,7 +135,7 @@ public class ViewState: ObservableObject { static var application: NSApplication? = nil #endif - var http: HTTPClient = HTTPClient(token: nil, baseURL: "https://revolt.chat/api") + var http: HTTPClient = HTTPClient(token: nil, baseURL: "https://app.revolt.chat/api") var ws: WebSocketStream? = nil var apiInfo: ApiInfo? = nil