add semicolon
This commit is contained in:
parent
5add87bb33
commit
fa3c8b5942
|
@ -43,7 +43,7 @@ namespace youtube_downloader
|
||||||
foreach (var f in files.Values)
|
foreach (var f in files.Values)
|
||||||
f.Save(Path.Combine(webSitePath,f.FileName));
|
f.Save(Path.Combine(webSitePath,f.FileName));
|
||||||
rp.AsText("uploaded", "text/plain");
|
rp.AsText("uploaded", "text/plain");
|
||||||
},"POST")
|
},"POST");
|
||||||
|
|
||||||
Route.Add("/", (rq, rp, args) =>
|
Route.Add("/", (rq, rp, args) =>
|
||||||
{
|
{
|
||||||
|
|
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