fix port
This commit is contained in:
parent
db8519d2ec
commit
64ed154f03
Binary file not shown.
|
@ -115,7 +115,7 @@ namespace youtube_downloader
|
||||||
|
|
||||||
rp.AsFile(rq, path);
|
rp.AsFile(rq, path);
|
||||||
});
|
});
|
||||||
HttpServer.ListenAsync(80, CancellationToken.None, Route.OnHttpRequestAsync).Wait();
|
HttpServer.ListenAsync(3250, CancellationToken.None, Route.OnHttpRequestAsync).Wait();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue