We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e5a55 commit 67642feCopy full SHA for 67642fe
1 file changed
nas/main.go
@@ -159,12 +159,6 @@ func handleRequest(w http.ResponseWriter, r *http.Request) {
159
return
160
}
161
162
- // Check for /api/mkw_rr_ratings
163
- if r.URL.Path == "/api/mkw_rr_ratings" {
164
- api.HandleMKWRatings(w, r)
165
- return
166
- }
167
-
168
// Check for /api/stats
169
if r.URL.Path == "/api/stats" {
170
api.HandleStats(w, r)
0 commit comments