Changed questions, added export.

This commit is contained in:
Raktbastr 2026-01-23 15:52:29 -06:00
parent a83bf0d533
commit 78618aed9a
8 changed files with 277 additions and 173 deletions

View file

@ -2,7 +2,7 @@ import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
String proxyURL = "https://laserscouter.halfheart.net/";
String proxyURL = "https://laserproxy.halfheart.net/";
class TeamSearchResult {
final List<String> eventNames;