Исправил Json представление в моделях
This commit is contained in:
parent
2323059beb
commit
4ee8040096
|
@ -27,7 +27,7 @@
|
|||
Projects:
|
||||
id:
|
||||
name: ""
|
||||
desk: ""
|
||||
desс: ""
|
||||
link: ""
|
||||
image: ""
|
||||
redirect: True | False
|
||||
|
@ -36,12 +36,12 @@ Projects:
|
|||
---
|
||||
```json
|
||||
{
|
||||
id: "",
|
||||
name: "",
|
||||
desk: "",
|
||||
link: "",
|
||||
image: "",
|
||||
redirect: True | False
|
||||
"id": "",
|
||||
"name": "",
|
||||
"desс": "",
|
||||
"link": "",
|
||||
"image": "",
|
||||
"redirect": True | False
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -59,7 +59,7 @@ Projects:
|
|||
Social:
|
||||
id:
|
||||
name: ""
|
||||
desk: ""
|
||||
desс: ""
|
||||
link: ""
|
||||
image: ""
|
||||
icon: ""
|
||||
|
@ -68,11 +68,11 @@ Social:
|
|||
---
|
||||
```json
|
||||
{
|
||||
id: "",
|
||||
name: "",
|
||||
desk: "",
|
||||
link: "",
|
||||
image: "",
|
||||
icon: ""
|
||||
"id": "",
|
||||
"name": "",
|
||||
"desс": "",
|
||||
"link": "",
|
||||
"image": "",
|
||||
"icon": ""
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue