feat: add incrementing visitor counter

This commit is contained in:
axolotlmaid 2024-09-25 18:22:51 +01:00
parent afcd4e9a8a
commit a92db04713
3 changed files with 41 additions and 5 deletions

5
internal/model/model.go Normal file
View file

@ -0,0 +1,5 @@
package model
type Success struct {
Success bool `json:"success"`
}