Parcourir la source

Обновить 'json/courses.json'

aloparev il y a 3 ans
Parent
commit
a66ea84c3b
1 fichiers modifiés avec 58 ajouts et 2 suppressions
  1. 58 2
      json/courses.json

+ 58 - 2
json/courses.json

@@ -26,9 +26,65 @@
         "id": 1,
         "name": "Иван Петрович Безопасный",
         "picture": "http://placehold.it/32x32"
-      }
+      },
+       {
+    "_id": "1235",
+    "isActive": true,
+    "picture": "http://placehold.it/32x32",
+    "name": "Курс вождения самоката",
+    "email": "undefined.undefined@undefined.tv",
+    "phone": "+7 (942) 458-2394",
+    "period": 2,
+    "price": 20000,
+    "address": "304 Clermont Avenue, Rote, Maryland, 4801",
+    "about": "Курс вождения самоката в пьяном виде, без использования ног и рук, с реактивным двигателем в пятой точке",
+    "starting": "С утра в понедельник 32 мая",
+    "tags": [
+      "самокат",
+      "вождение"
+      
+    ],
+    "teachers": [
+      {
+        "id": 0,
+        "name": "Василий Иванович Хмурый",
+        "picture": "http://placehold.it/32x32"
+      },
+      {
+        "id": 1,
+        "name": "Иван Петрович Безопасный",
+        "picture": "http://placehold.it/32x32"
+      }     
      
     ]
-  }
+  },
+   {
+    "_id": "1236",
+    "isActive": true,
+    "picture": "http://placehold.it/32x32",
+    "name": "Курс вождения самоката",
+    "email": "undefined.undefined@undefined.tv",
+    "phone": "+7 (942) 458-2394",
+    "period": 2,
+    "price": 20000,
+    "address": "304 Clermont Avenue, Rote, Maryland, 4801",
+    "about": "Курс вождения самоката в пьяном виде, без использования ног и рук, с реактивным двигателем в пятой точке",
+    "starting": "С утра в понедельник 32 мая",
+    "tags": [
+      "самокат",
+      "вождение"
+      
+    ],
+    "teachers": [
+      {
+        "id": 0,
+        "name": "Василий Иванович Хмурый",
+        "picture": "http://placehold.it/32x32"
+      },
+      {
+        "id": 1,
+        "name": "Иван Петрович Безопасный",
+        "picture": "http://placehold.it/32x32"
+      }
 ]