This commit is contained in:
marcusferl@weifer.de 2022-04-04 09:29:41 +02:00
parent 77ec2ab7e6
commit 09c55fc077
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
[
{
"ID": "1",
"Question": "John Doe",
"Answer": "Male"
}
]

View File

@ -36,7 +36,7 @@ namespace Test_App.Views
webclient.Encoding = Encoding.UTF8; webclient.Encoding = Encoding.UTF8;
try try
{ {
json = webclient.DownloadString("https://git.weifer.org/weifer/Pruefungskatalog/raw/branch/master/assets/questions_answers.json"); json = webclient.DownloadString("https://git.weifer.org/weifer/Test_App/raw/branch/master/Test_App/Ressources/data.json");
} }
catch (System.Net.WebException e) catch (System.Net.WebException e)
{ {