[fix] login PWA styling, [add] login local link, [add] home local link
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-30 19:23:38 -04:00
parent 5880d3beb6
commit aacf5a7195
11 changed files with 84 additions and 21 deletions

View File

@@ -76,8 +76,8 @@ func (api *API) serviceWorker(c *gin.Context) {
c.File("./assets/sw.js")
}
func (api *API) offlineDocuments(c *gin.Context) {
c.File("./assets/offline/index.html")
func (api *API) localDocuments(c *gin.Context) {
c.File("./assets/local/index.html")
}
func (api *API) documentReader(c *gin.Context) {