Added API for notifications and edit style
This commit is contained in:
@ -366,3 +366,7 @@ export async function addFavoriteProperty(propId) {
|
||||
export async function removeFavoriteProperty(favePropId) {
|
||||
return apiFetch(`/FavoriteProperty/Remove?favePropId=${favePropId}`, { method: 'DELETE' });
|
||||
}
|
||||
|
||||
export async function getUserNotifications() {
|
||||
return apiFetch('/Notifications/GetUserNotifications');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user