Commit e3efb48 1 parent 36f745b commit e3efb48 Copy full SHA for e3efb48
File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,8 @@ func (s *Server) routes() {
46
46
s .mux .Handle ("GET /api/quality" , handlers .HandleGetQuality ())
47
47
s .mux .Handle ("GET /api/rank" , handlers .HandleGetRank (s .checks .Rank ))
48
48
s .mux .Handle ("GET /api/redirects" , handlers .HandleGetRedirects ())
49
- << << << < HEAD
50
- s .mux .Handle ("GET /api/social-tags" , handlers .HandleGetSocialTags ())
51
- s .mux .Handle ("GET /api/tls" , handlers .HandleTLS (s .checks .Tls ))
52
- == == == =
53
49
s .mux .Handle ("GET /api/social-tags" , handlers .HandleGetSocialTags (s .checks .SocialTags ))
54
- s .mux .Handle ("GET /api/tls" , handlers .HandleTLS ())
55
- >> >> >> > upstream / main
50
+ s .mux .Handle ("GET /api/tls" , handlers .HandleTLS (s .checks .Tls ))
56
51
s .mux .Handle ("GET /api/trace-route" , handlers .HandleTraceRoute ())
57
52
}
58
53
You can’t perform that action at this time.
0 commit comments