Public
Authored by Israel Gutierrez Salazar

select2_ajax

Edited
  • json-server -> db.json
{
    "posts": [
        {
            "id": 1,
            "title": "json-server1",
            "author": "typicode"
        },
        {
            "id": 2,
            "title": "json-server2",
            "author": "typicode"
        },
        {
            "id": 3,
            "title": "json-server3",
            "author": "typicode"
        },
        {
            "id": 4,
            "title": "json-server4",
            "author": "typicode"
        }
    ],
    "comments": [
        {
            "id": 1,
            "body": "some comment",
            "postId": 1
        }
    ],
    "profile": {
        "name": "typicode"
    }
}
index.html 1.91 KB
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment