From 44173f27d83da320b61b2a16c58fe7f4c6ecb52a Mon Sep 17 00:00:00 2001 From: Lukas <35173609+PHPLukaas@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:02:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F:=20changed=20main=20and=20pr?= =?UTF-8?q?od.dart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/app_student/lib/config/prod_config.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/app_student/lib/config/prod_config.dart b/frontend/app_student/lib/config/prod_config.dart index ae7a73c..31e87e0 100644 --- a/frontend/app_student/lib/config/prod_config.dart +++ b/frontend/app_student/lib/config/prod_config.dart @@ -2,7 +2,5 @@ import 'config.dart'; class ProdConfig extends Config { @override - // TODO: Implement the new production API URL - String get apiUrl => 'https://api-dev.lukasvalois.com'; - + String get apiUrl => 'https://api.lukasvalois.com'; }