mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-17 18:28:24 +08:00
Integrate templates into bindata optionally (#314)
Integrated optional bindata for the templates
This commit is contained in:
@ -22,7 +22,7 @@ func Static(opts *Options) macaron.Handler {
|
||||
AssetDir: AssetDir,
|
||||
AssetInfo: AssetInfo,
|
||||
AssetNames: AssetNames,
|
||||
Prefix: "../../public",
|
||||
Prefix: "",
|
||||
}),
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user