Snippets Collections
            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" },
                ],
            }))
star

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

#javascript #mirage

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension