refactor: rename /visitor-counter to /visit-counter

This commit is contained in:
axolotlmaid 2024-09-26 17:59:13 +01:00
parent 521a634d2e
commit b62f4cd017
4 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
package model
type VisitorCounter struct {
type VisitCounter struct {
Counter uint32 `json:"counter"`
}