(ctx context.DnoteCtx)
| 124 | } |
| 125 | |
| 126 | func getServerDisplayURL(ctx context.DnoteCtx) string { |
| 127 | baseURL, err := getBaseURL(ctx.APIEndpoint) |
| 128 | if err != nil { |
| 129 | return "" |
| 130 | } |
| 131 | |
| 132 | return baseURL |
| 133 | } |
| 134 | |
| 135 | func getGreeting(ctx context.DnoteCtx) string { |
| 136 | base := "Welcome to Dnote" |