Skip to content

Commit 2363361

Browse files
committed
Remove count endpoint
1 parent 31e8ae5 commit 2363361

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/coderd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ func New(options *Options) *API {
310310
)
311311

312312
r.Get("/", api.auditLogs)
313-
r.Get("/count", api.auditLogCount)
314313
r.Post("/testgenerate", api.generateFakeAuditLog)
315314
})
316315
r.Route("/files", func(r chi.Router) {

0 commit comments

Comments
 (0)