Skip to content

Commit 67642fe

Browse files
committed
Remove redundant route for ratings in nas/main
1 parent c9e5a55 commit 67642fe

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

nas/main.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,6 @@ func handleRequest(w http.ResponseWriter, r *http.Request) {
159159
return
160160
}
161161

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-
168162
// Check for /api/stats
169163
if r.URL.Path == "/api/stats" {
170164
api.HandleStats(w, r)

0 commit comments

Comments
 (0)