Update for Docker
This commit is contained in:
@@ -28,7 +28,7 @@ namespace skydiveLogs_api.Business
|
||||
|
||||
private void LoadDropZones()
|
||||
{
|
||||
var jsonString = File.ReadAllText("Data/Init/dropZone.json");
|
||||
var jsonString = File.ReadAllText("Init/dropZone.json");
|
||||
var options = new JsonSerializerOptions
|
||||
{
|
||||
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
||||
@@ -44,7 +44,7 @@ namespace skydiveLogs_api.Business
|
||||
|
||||
private void LoadJumpTypes()
|
||||
{
|
||||
var jsonString = File.ReadAllText("Data/Init/jumpType.json");
|
||||
var jsonString = File.ReadAllText("Init/jumpType.json");
|
||||
var options = new JsonSerializerOptions
|
||||
{
|
||||
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
||||
@@ -60,7 +60,7 @@ namespace skydiveLogs_api.Business
|
||||
|
||||
private void LoadAircrafts()
|
||||
{
|
||||
var jsonString = File.ReadAllText("Data/Init/aircraft.json");
|
||||
var jsonString = File.ReadAllText("Init/aircraft.json");
|
||||
var options = new JsonSerializerOptions
|
||||
{
|
||||
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
||||
|
||||
Binary file not shown.
1
Back/skydiveLogs-api/toto.txt
Normal file
1
Back/skydiveLogs-api/toto.txt
Normal file
@@ -0,0 +1 @@
|
||||
1totoTOTO2
|
||||
Reference in New Issue
Block a user