Added ApplicationData to webservice
This commit is contained in:
parent
f9e49e1145
commit
15abdd4081
1 changed files with 2 additions and 0 deletions
|
@ -14,4 +14,6 @@ type T struct {
|
|||
UserID int `db:"user_id"`
|
||||
Username string
|
||||
Name string
|
||||
|
||||
ApplicationData any
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue