mirror of
https://github.com/4rkal/shortr.git
synced 2024-12-05 00:51:07 +02:00
removed example
This commit is contained in:
parent
dc633a79c2
commit
d1f48ae00e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user