Mirage - other way to create data

PHOTO EMBED

Mon Mar 01 2021 19:55:52 GMT+0000 (Coordinated Universal Time)

Saved by @dsantelices #javascript #mirage

            this.get("http://127.0.0.1:5000/v1/todos", () => ({
                id: 1,
                records: [
                    { id: 1, name: "Walk the dog" },
                    { id: 2, name: "Take out the trash" },
                    { id: 3, name: "Work out" },
                ],
            }))
content_copyCOPY