mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Refactor Notifications into Asks, replace all <Link> by <a>
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
elementName,
|
||||
Volunteer,
|
||||
VolunteerDayWishes,
|
||||
VolunteerNotifs,
|
||||
VolunteerAsks,
|
||||
VolunteerParticipationDetails,
|
||||
VolunteerTeamWishes,
|
||||
VolunteerWithoutId,
|
||||
@@ -21,8 +21,8 @@ export const volunteerLogin =
|
||||
|
||||
export const volunteerForgot = serviceAccessors.customPost<[{ email: string }]>("Forgot")
|
||||
|
||||
export const volunteerNotifsSet =
|
||||
serviceAccessors.securedCustomPost<[number, Partial<VolunteerNotifs>]>("NotifsSet")
|
||||
export const volunteerAsksSet =
|
||||
serviceAccessors.securedCustomPost<[number, Partial<VolunteerAsks>]>("AsksSet")
|
||||
|
||||
export const volunteerTeamWishesSet =
|
||||
serviceAccessors.securedCustomPost<[number, Partial<VolunteerTeamWishes>]>("TeamWishesSet")
|
||||
|
Reference in New Issue
Block a user