From ce08cd7eb49341947fe1aba2cf494e3db8df50cc Mon Sep 17 00:00:00 2001 From: Mercurio <47455213+NotLugozzi@users.noreply.github.com> Date: Sat, 25 Jan 2025 19:21:58 +0100 Subject: [PATCH] ok so we shouldn't leave the app set on the testing api. --- lib/globals.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/globals.dart b/lib/globals.dart index 2e91c39..4884e50 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1,3 +1,3 @@ // lib/globals.dart -//const String apiurl = "https://api.dthpp.mercurio.moe"; -const String apiurl = "http://192.168.1.120:9134"; +const String apiurl = "https://api.dthpp.mercurio.moe"; +//const String apiurl = "http://192.168.1.120:9134";