mirror of
https://github.com/trafficlunar/api.git
synced 2026-06-27 22:24:08 +00:00
refactor: rename /visitor-counter to /visit-counter
This commit is contained in:
parent
521a634d2e
commit
b62f4cd017
4 changed files with 12 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
package model
|
||||
|
||||
type VisitorCounter struct {
|
||||
type VisitCounter struct {
|
||||
Counter uint32 `json:"counter"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue