clean taux info

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-06-13 12:47:58 +02:00
commit af0d98683c
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
5 changed files with 187 additions and 0 deletions

View file

@ -37,6 +37,7 @@ func (s *Server) routes() {
st := store.New(s.pool)
handler.NewInstrumentHandler(st).RegisterRoutes(s.mux)
handler.NewAccountHandler(st).RegisterRoutes(s.mux)
s.mux.HandleFunc("GET /health", s.handleHealth)
}