summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/api/profiles/profiles.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/api/profiles/profiles.go b/internal/api/profiles/profiles.go
index d31bbcc..1df17e3 100644
--- a/internal/api/profiles/profiles.go
+++ b/internal/api/profiles/profiles.go
@@ -123,6 +123,7 @@ func (i Info) Public() server.Profiles {
DisplayName: map[string]string{
"en": p.DisplayName,
},
+ DefaultGateway: p.DefaultGateway,
}
}
return server.Profiles{Map: m}