Add basic webcontent

This commit is contained in:
Victor Lacasse-Beaudoin 2023-09-17 01:12:46 -04:00
parent 2dec57d097
commit f986c2e8e1
5 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,7 @@
package webresponse
import "git.agecem.com/agecem/bottin-ag/apiresponse"
type IndexGET struct {
apiresponse.Response
}