Skip to content

Commit

Permalink
(BIDS-2443) Remove education route, handler and html file (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
D13ce authored Aug 31, 2023
1 parent 985a9c4 commit 6ec8d2f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 567 deletions.
1 change: 0 additions & 1 deletion cmd/explorer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ func main() {

router.HandleFunc("/stakingServices", handlers.StakingServices).Methods("GET")

router.HandleFunc("/education", handlers.EducationServices).Methods("GET")
router.HandleFunc("/ethClients", handlers.EthClientsServices).Methods("GET")
router.HandleFunc("/pools", handlers.Pools).Methods("GET")
router.HandleFunc("/relays", handlers.Relays).Methods("GET")
Expand Down
19 changes: 0 additions & 19 deletions handlers/education.go

This file was deleted.

Loading

0 comments on commit 6ec8d2f

Please sign in to comment.