Fixed stupid bug in loading personalized tasks.json

This commit is contained in:
Standa Lukeš 2020-10-23 11:53:37 +00:00
parent 09f038e1e3
commit 9c6872e49e

View file

@ -43,7 +43,7 @@ namespace Ksp.WebServer.Controllers
file ??= TasksJsonFile("");
return this.PhysicalFile(TasksJsonFile(""), "text/json");
return this.PhysicalFile(file, "text/json");
}
[HttpPost]