daten
This commit is contained in:
parent
77ec2ab7e6
commit
09c55fc077
|
@ -1,8 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"ID": "1",
|
|
||||||
"Question": "John Doe",
|
|
||||||
"Answer": "Male"
|
|
||||||
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user