Implémenter page web de scan de présence

Voir diff pour détails
This commit is contained in:
Victor Lacasse-Beaudoin 2023-09-17 16:32:40 -04:00
parent c6f3a52f91
commit c218860e33
10 changed files with 139 additions and 10 deletions

View file

@ -5,3 +5,7 @@ import "git.agecem.com/agecem/bottin-ag/apiresponse"
type IndexGET struct {
apiresponse.Response
}
type ScanPOST struct {
apiresponse.Response
}