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) {