Minor updates and comments

This commit is contained in:
SowinskiBraeden committed 2021-10-13 09:20:19 -07:00
1 parent ff65d9eadc
commit 0a95f847d4
5 files changed
+14 -3

No files matched your search

+1 -1
View File
@@ -32,7 +32,7 @@ type Teacher struct {
Address string `json:"address"`
City string `json:"city"`
Province string `json:"province"`
Postal string `json:"pc"` // Postal Code
Postal string `json:"postal"`
DOB string `json:"dob" validate:"required"`
Photo string `json:"string"`
Created_at time.Time `json:"created_at"`