forked from FarmMaps/FarmMapsApiClient
Seperated eventhub service from api service.
wip nbs flow. Changed uploading a bit.
This commit is contained in:
7
FarmmapsApi/Models/HttpClientSettings.cs
Normal file
7
FarmmapsApi/Models/HttpClientSettings.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace FarmmapsApi.Models
|
||||
{
|
||||
public class HttpClientSettings
|
||||
{
|
||||
public string BearerToken { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user