Compare commits

...

1 Commits

Author SHA1 Message Date
cced9311c5 Fixed typo 2025-10-22 18:58:25 +02:00

View File

@@ -4,5 +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"`
Service string `db:"service" json:"service"`
}