Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Nov 19, 2024
1 parent f08f618 commit fc3c850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func InitTemplateRoutes() {
http.HandleFunc("/build-template-img", buildTemplateImg)
http.HandleFunc("/add-template-img", addTemplateImg)
http.HandleFunc("/add-template-data", addTemplateData)
http.HandleFunc("/get-template-pixel-data", getTemplatePixelData)
http.HandleFunc("/get-template-pixel-data", getTemplatePixelData)
if !core.ArtPeaceBackend.BackendConfig.Production {
// http.HandleFunc("/add-template-devnet", addTemplateDevnet)
http.HandleFunc("/add-faction-template-devnet", addFactionTemplateDevnet)
Expand Down

0 comments on commit fc3c850

Please sign in to comment.