Bart Reedijk hace 10 años
padre
commit
bed6503f66
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Proftaak Remote Healthcare/Server/FileIO/JsonConverter.cs

+ 1 - 1
Proftaak Remote Healthcare/Server/FileIO/JsonConverter.cs

@@ -13,7 +13,7 @@ namespace Server.FileIO
     {
         public static void SaveUser(User u)
         {
-            File.WriteAllText(@"../../JSONObjecten/JSON Files/" + u.id + ".json", GetUser(u));
+            File.WriteAllText(@"JSON Files\" + u.id + ".json", GetUser(u));
         }
 
         public static string GetUser(User u)