Added Dockerfile and changed baseUrl to current deployment

This commit is contained in:
2026-04-04 19:02:26 +02:00
parent 1bce6b4d99
commit 23f0bd3e62
2 changed files with 28 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ void main() {
}
class SplatournamentApp extends StatelessWidget {
static const String baseUrl = "http://10.0.2.2:3000";
static const String baseUrl = "https://kaintim.duckdns.org/splatournament-backend";
const SplatournamentApp({super.key});
@override
Widget build(BuildContext context) {