fix: add mock data script

This commit is contained in:
Nikita Nek Dudnik
2020-06-04 14:30:52 +02:00
parent 9922c4f5bc
commit 109e5cf7c2
@@ -0,0 +1,9 @@
#!/usr/bin/env sh
curl \
--location \
--request POST 'localhost:3003/locations' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "github",
"target": "https://github.com/spotify/backstage/blob/master/plugins/catalog-backend/fixtures/two_components.yaml"
}'