Removed second copyEmbed, why was I so dumb
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Nikurasu 2023-03-17 13:44:21 +01:00
parent 663b405673
commit 3766f69a95
Signed by: Nikurasu
SSH key fingerprint: SHA256:Iw2UoxkrPR8iAXYVMPJIws3eX8ZyNrNr4y2HlJkZTpY

View file

@ -20,7 +20,6 @@ func main() {
copyEmbed(env.StaticDir)
fmt.Println("Created default files")
}
copyEmbed(env.StaticDir)
r := router.Create(env)
r.Run(env.Port)
}