Skip to content

Commit

Permalink
fix: update api url to bypass cloudflare issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomatree committed Sep 9, 2024
1 parent 0e1c6c1 commit 45958c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Revolt/ViewState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 45958c8

Please sign in to comment.