Skip to content

Commit

Permalink
🎨 Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
wesen committed Jan 17, 2024
1 parent 69d82e2 commit 338b545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/handlers/command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ func (ch *CommandHandler) Serve(server *parka.Server, path string) error {
}
json.CreateJSONQueryHandler(ch.Command, options...)(c)
})
// TODO(manuel, 2024-01-17) This doesn't seem to match what is in command-dir
server.Router.GET(path+"/glazed", func(c *gin.Context) {
options := []datatables.QueryHandlerOption{
datatables.WithMiddlewares(middlewares_...),
Expand Down

0 comments on commit 338b545

Please sign in to comment.