Skip to content

Commit

Permalink
remove status route
Browse files Browse the repository at this point in the history
Signed-off-by: Volkan Özçelik <[email protected]>
  • Loading branch information
v0lkan committed Jan 10, 2025
1 parent dd9d60a commit 2adabaf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/keeper/internal/route/base/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ func Route(w http.ResponseWriter, r *http.Request, a *log.AuditEntry) error {
// Provide your shard to SPIKE Nexus
case a == net.ActionKeeperDefault && p == net.SpikeKeeperUrlShard:
return store.RouteShard
// TODO: remove this route.
case a == net.ActionKeeperDefault && p == net.SpikeKeeperUrlStatus:
return store.RouteStatus
default:
return net.Fallback
}
Expand Down

0 comments on commit 2adabaf

Please sign in to comment.