공개페이지 완료
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user