fyp/logic/stats/index.go

11 lines
167 B
Go
Raw Permalink Normal View History

2024-04-17 21:39:50 +01:00
package stats
import (
. "git.andr3h3nriqu3s.com/andr3/fyp/logic/utils"
)
func HandleStats(handle *Handle) {
HandlePublicStats(handle)
2024-04-18 15:01:36 +01:00
handleTasksStats(handle)
2024-04-17 21:39:50 +01:00
}