fixes after merge

This commit is contained in:
Rafeek-Khoudare
2025-07-15 15:37:08 +03:00
parent e8c36f5af6
commit 6b8827f4d9
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ class RemoteBookableSpacesService implements BookableSystemService {
}) async {
try {
final response = await _httpService.get(
path: ApiEndpoints.getBookableSpaces,
path: ApiEndpoints.bookableSpaces,
queryParameters: {
'page': param.page,
'size': param.size,