이벤트 개발완료

This commit is contained in:
2025-10-23 22:04:03 +09:00
parent ce1aee67d6
commit cd0e139b5e
48 changed files with 7855 additions and 3459 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ import 'test_utils.dart';
/// URL 관련 유틸리티 기능을 제공하는 클래스
class UrlUtils {
/// 이벤트 공개 URL의 기본 도메인
static const String eventBaseUrl = 'https://bowling.example.com/events/';
/// 이벤트 공개 URL의 기본 도메인 (프로덕션)
static const String eventBaseUrl = 'https://lanebow.com/events/';
/// 공개 URL 해시 생성
///