From 8a0cd50b68b71de0132fc1cf94f18e767ee9dacd Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Wed, 6 Aug 2025 20:04:33 -0700 Subject: [PATCH] fix public api --- cmd/maps-service/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/maps-service/service.go b/cmd/maps-service/service.go index 44a9184..e113383 100644 --- a/cmd/maps-service/service.go +++ b/cmd/maps-service/service.go @@ -25,6 +25,7 @@ func main() { app := cmds.NewApp() app.Commands = []*cli.Command{ cmds.NewServeCommand(), + cmds.NewApiCommand(), } if err := app.Run(os.Args); err != nil {