add missing path property handling

This commit is contained in:
Jeffrey Duroyon
2020-05-18 00:56:43 +02:00
parent ca8e42388b
commit f6e0a826a1
21 changed files with 292 additions and 114 deletions

View File

@@ -10,7 +10,7 @@ type UserData struct {
}
type UserDataEditable struct {
UserId string `json:'userId'`
UserID string `json:'userID'`
Type string `json:"type"`
Name string `json:"name"`
Content string `json:"content"`