Ajouter décompte

This commit is contained in:
Victor Lacasse-Beaudoin 2023-09-19 18:25:12 -04:00
parent 7351f970f7
commit 6c09f1fa65
9 changed files with 126 additions and 1 deletions

View file

@ -9,3 +9,10 @@ type IndexGET struct {
type ScanPOST struct {
response.ResponseWithError
}
type DecompteGET struct {
response.ResponseWithError
Data struct {
Decompte int
}
}