Skip to content

Commit

Permalink
Update readme and refractor
Browse files Browse the repository at this point in the history
  • Loading branch information
thebevrishot committed Dec 19, 2019
1 parent d6f0b42 commit 47874ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a service to provide rich API for manage tokens on Zcoin Exodus Protocol

### Requirements

- .NET Core 2.2
- .NET Core 2.1

### Build

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public ActionResult BackgroundServiceError()
Service = e.Service.FullName,
Error = e.Exception.Message,
Detail = e.Exception.StackTrace
}).AsEnumerable();
}).ToList();

details.Errors = errors;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using System.Collections.Generic;
using Microsoft.AspNetCore.Mvc;
using Ztm.WebApi.Models;

namespace Ztm.WebApi.Controllers
namespace Ztm.WebApi.Models
{
public sealed class BackgroundServiceErrorProblemDetails : ProblemDetails
{
Expand Down

0 comments on commit 47874ac

Please sign in to comment.