mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-19 01:24:32 +01:00
Fix mod URLs in modlist.html export
This commit is contained in:
@@ -118,6 +118,7 @@ const (
|
||||
type modInfo struct {
|
||||
Name string `json:"name"`
|
||||
Slug string `json:"slug"`
|
||||
WebsiteURL string `json:"websiteUrl"`
|
||||
ID int `json:"id"`
|
||||
LatestFiles []modFileInfo `json:"latestFiles"`
|
||||
GameVersionLatestFiles []struct {
|
||||
|
||||
Reference in New Issue
Block a user