removed example

This commit is contained in:
4rkal 2024-09-11 21:57:40 +03:00
parent dc633a79c2
commit d1f48ae00e

View File

@ -24,9 +24,7 @@ type StatsFormData struct {
Id string `form:"id"`
}
var linkMap = map[string]*models.Link{
"example": {Id: "example", Url: "https://example.com"},
}
var linkMap = map[string]*models.Link{}
func main() {
e := echo.New()