공개페이지 완료

This commit is contained in:
2025-11-10 14:14:08 +09:00
parent 2ce0b81483
commit ac43ddb55e
67 changed files with 3220 additions and 224696 deletions
@@ -14,7 +14,7 @@ DioException dio404(String path) => DioException(
class Stub404Service extends PublicEventService {
@override
Future<Map<String, dynamic>> fetchEvent(String publicHash) async {
throw dio404('/api/public/' + publicHash);
throw dio404('/api/public/$publicHash');
}
}