housekeeping
This commit is contained in:
parent
610a69a18e
commit
80894ffe0d
@ -1,4 +1,5 @@
|
|||||||
using Nancy;
|
using Interfaces;
|
||||||
|
using Nancy;
|
||||||
|
|
||||||
namespace RaceLapTimer.ApiControllers
|
namespace RaceLapTimer.ApiControllers
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
using Nancy;
|
using Interfaces;
|
||||||
|
using Nancy;
|
||||||
|
|
||||||
namespace RaceLapTimer.ApiControllers
|
namespace RaceLapTimer.ApiControllers
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
using Nancy;
|
using Interfaces;
|
||||||
|
using Nancy;
|
||||||
|
|
||||||
namespace RaceLapTimer.ApiControllers
|
namespace RaceLapTimer.ApiControllers
|
||||||
{
|
{
|
||||||
|
|||||||
@ -7,12 +7,6 @@ namespace RaceLapTimer
|
|||||||
{
|
{
|
||||||
class ConfigFilePathProvider : IConfigFilePathProvider
|
class ConfigFilePathProvider : IConfigFilePathProvider
|
||||||
{
|
{
|
||||||
public string GetPath
|
public string GetPath => new Uri(Path.Combine(Path.GetDirectoryName(Assembly.GetEntryAssembly().CodeBase), "Configs")).LocalPath;
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
return new Uri(Path.Combine(Path.GetDirectoryName(Assembly.GetEntryAssembly().CodeBase), "Configs")).LocalPath;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user