1
0
forked from PGL/Clyde
This commit is contained in:
2024-03-17 23:19:36 +01:00
parent 7e7cec2f6c
commit 8ff29ca34e
20 changed files with 114 additions and 122 deletions

View File

@ -33,6 +33,10 @@ export async function getRegisters(id){
return restGet("/request/register")
}
export async function getAllRegisters(){
return restGet("/requests/register")
}
/**
* Change the state of a requests.
*/