fixed onbefore
This commit is contained in:
parent
114f40836f
commit
beb3ec5426
|
@ -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.
Binary file not shown.
Loading…
Reference in New Issue