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