Compare commits

...

1 Commits

Author SHA1 Message Date
acd224124e Added service field to URLAccess Entity 2025-10-22 09:00:34 +02:00

View File

@@ -4,4 +4,5 @@ type URLAccess struct {
ID string `db:"id" json:"id"`
Roles []string `db:"roles" json:"roles"`
URL string `db:"url" json:"url"`
Service string `db:"service" json:"serice"`
}