sunnydl / GamePerformanceTracker

Team project for CSE 115A in Fall 2021, UCSC
3 stars 0 forks source link

summonerInfo endpoint responds with 200 code when receiving an invalid summonerName #16

Closed Hao-bot-5000 closed 2 years ago

Hao-bot-5000 commented 2 years ago

Calling the summonerInfo endpoint with a summoner name that does not exist responds with a status code 200 and returns an empty string, instead of responding with an error code.

image