Update Status Fuel Display
Start working on Explorer Panel Backend now uses polymorphic de/serialization (net9)
This commit is contained in:
parent
d4f3476ad3
commit
337a9d5ea0
14 changed files with 684 additions and 538 deletions
|
|
@ -41,7 +41,7 @@ public class StatusService
|
|||
|
||||
public async Task<Status> Get()
|
||||
{
|
||||
var statusFile = Path.Combine(options.Value.JournalDirectory, FileName);
|
||||
var statusFile = Path.Join(options.Value.JournalDirectory, FileName);
|
||||
|
||||
if (!FileHelper.ValidateFile(statusFile))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue