Skip to content

Commit

Permalink
Changed images
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Nardelli committed Aug 10, 2019
1 parent af43ad8 commit 1c47d5c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,25 @@ public ActionResult<Question> GetQuestionTree([FromBody] FaceRecognitionFilter f
{
Id = 7,
Q = "Supreme relaxation",
ImageUrl = GetQuestionImageDownloadUri("q2-1"),
NextQuestion1 = new Question
{
Id = 8,
Q = "Impressive local music"
Q = "Impressive local music",
ImageUrl = GetQuestionImageDownloadUri("q2-1-1")
},
NextQuestion2 = new Question
{
Id = 9,
Q = "Luxury Treats"
Q = "Luxury Treats",
ImageUrl = GetQuestionImageDownloadUri("q2-1-2")
}
},
NextQuestion2 = new Question
{
Id = 10,
Q = "Tremendous Hike in the mountains"
Q = "Tremendous Hike in the mountains",
ImageUrl = GetQuestionImageDownloadUri("q2-2")
}
}
});
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c47d5c

Please sign in to comment.