From 09c55fc07742fe1244e9d5c66502a2424130e41a Mon Sep 17 00:00:00 2001 From: "marcusferl@weifer.de" Date: Mon, 4 Apr 2022 09:29:41 +0200 Subject: [PATCH] daten --- Test_App/Ressources/Students.json | 8 -------- Test_App/Views/Database.xaml.cs | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 Test_App/Ressources/Students.json diff --git a/Test_App/Ressources/Students.json b/Test_App/Ressources/Students.json deleted file mode 100644 index 2018754..0000000 --- a/Test_App/Ressources/Students.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "ID": "1", - "Question": "John Doe", - "Answer": "Male" - - } -] \ No newline at end of file diff --git a/Test_App/Views/Database.xaml.cs b/Test_App/Views/Database.xaml.cs index bd1dca7..81e645a 100644 --- a/Test_App/Views/Database.xaml.cs +++ b/Test_App/Views/Database.xaml.cs @@ -36,7 +36,7 @@ namespace Test_App.Views webclient.Encoding = Encoding.UTF8; 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) {