Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
fix: fix the default urls of the ws and effis (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: teaishealthy <76410798+teaishealthy@users.noreply.github.com>
  • Loading branch information
EnokiUN and teaishealthy authored Oct 7, 2022
1 parent a744bf7 commit b2ddf1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes/loggedin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ class _LoggedInState extends State<LoggedIn> {
final _scrollController = ScrollController();

bool textEnabled = true;
String effisUrl = 'https://eludris.tooty.xyz';
String effisUrl = 'https://effis.tooty.xyz';
String httpUrl = "https://eludris.tooty.xyz";
String gatewayUrl = "wss://eludris.tooty.xyz/ws";
String gatewayUrl = "wss://eludris.tooty.xyz/ws/";

@override
void dispose() {
Expand Down

0 comments on commit b2ddf1e

Please sign in to comment.