chec / seeder

Chec seeder tool, used in example stores to seed product data when creating them with the CLI's "demo store" command
https://commercejs.com/blog/getting-started-with-the-chec-cli/
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

404 seeding error fix #20

Closed MeetMartin closed 2 years ago

MeetMartin commented 2 years ago

additional "/" is added to url which causes it to call "https://api.chec.io//v1/categories" resulting in 404. This fix removes the extra slash and has been tested to work.

dvnkshl commented 2 years ago

Thanks!