Fixed stupid bug in loading personalized tasks.json
This commit is contained in:
parent
09f038e1e3
commit
9c6872e49e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ namespace Ksp.WebServer.Controllers
|
||||||
|
|
||||||
file ??= TasksJsonFile("");
|
file ??= TasksJsonFile("");
|
||||||
|
|
||||||
return this.PhysicalFile(TasksJsonFile(""), "text/json");
|
return this.PhysicalFile(file, "text/json");
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
|
|
Reference in a new issue