SoftwareGuy / NodeListServer

Node List Server is a multi-purpose server list system. NodeJS powered and supports Docker.
Other
92 stars 33 forks source link

Request handler fix! (Important) #30

Closed yayza closed 2 years ago

yayza commented 2 years ago

Request handler was previously checking if the user's current path was part of the array, instead of whether any of the elements in the array were part of the user's current path. Also added a return to avoid sending more than 1 status which caused server to crash.

SoftwareGuy commented 2 years ago

LGTM.