diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-18 13:20:21 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-18 13:20:21 +0300 |
| commit | 8c8d280f147ce4e8f604080d1dbf066332e55efc (patch) | |
| tree | 73229c45d18fefb88f99682d9826af8d10c3ff6f /sub/sub.go | |
| parent | c720008187e36daeb7ac9799916c5ad16e1c57bf (diff) | |
minor change
Diffstat (limited to 'sub/sub.go')
| -rw-r--r-- | sub/sub.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ func setEmbeddedTemplates(engine *gin.Engine) error { webpkg.EmbeddedHTML(), "html/common/page.html", "html/component/aThemeSwitch.html", - "html/subscription.html", + "html/settings/panel/subscription/subpage.html", ) if err != nil { return err @@ -207,7 +207,7 @@ func (s *Server) getHtmlFiles() ([]string, error) { files = append(files, theme) } // page itself - page := filepath.Join(dir, "web", "html", "subscription.html") + page := filepath.Join(dir, "web", "html", "subpage.html") if _, err := os.Stat(page); err == nil { files = append(files, page) } else { |
