fixed onbefore

This commit is contained in:
Michael Nolan 2021-10-24 08:38:14 -05:00
parent 114f40836f
commit beb3ec5426
3 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ namespace youtube_downloader
public static bool Route_Before(HttpListenerRequest request, HttpListenerResponse response) public static bool Route_Before(HttpListenerRequest request, HttpListenerResponse response)
{ {
response.WithCORS(); response.WithCORS();
return true; return false;
} }
} }

Binary file not shown.