Added ApplicationData to webservice

This commit is contained in:
Magnus Åhall 2024-02-09 13:22:25 +01:00
parent f9e49e1145
commit 15abdd4081

View File

@ -14,4 +14,6 @@ type T struct {
UserID int `db:"user_id"`
Username string
Name string
ApplicationData any
}