Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
aunefyren committed Nov 23, 2023
1 parent ffd441d commit d5d9417
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func initRouter() *gin.Engine {

// Static endpoint for manifest
router.GET("/manifest.json", func(c *gin.Context) {
JSONfile, err := os.ReadFile("./web/manifest.json")
JSONfile, err := os.ReadFile("./web/json/manifest.json")
if err != nil {
fmt.Println("Reading manifest threw error trying to open the file. Error: " + err.Error())
}
Expand Down
7 changes: 6 additions & 1 deletion web/json/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,10 @@
}
],
"splash_pages": null,
"id": "277e3b14-f50c-437b-a5a8-d19118407bdd"
"id": "277e3b14-f50c-437b-a5a8-d19118407bdd",
"categories": [
"shopping",
"social",
"productivity"
]
}

0 comments on commit d5d9417

Please sign in to comment.