We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GetAccessibleOrigins
1 parent 591da33 commit cff50d8Copy full SHA for cff50d8
src/app/main.go
@@ -44,6 +44,10 @@ func (app *App) ReOpenLog() []error {
44
return app.logFileMan.Reopen()
45
}
46
47
+func (app *App) GetAccessibleOrigins(includeLoopback bool) [][]string {
48
+ return app.vhostSvc.GetAccessibleURLs(includeLoopback)
49
+}
50
+
51
func NewApp(params param.Params, settings *setting.Setting) (*App, []error) {
52
if len(settings.PidFile) > 0 {
53
errs := writePidFile(settings.PidFile)
0 commit comments