fix: rename mock db script

This commit is contained in:
Nikita Nek Dudnik
2020-06-04 14:23:32 +02:00
parent 443faf58b0
commit 9922c4f5bc
-9
View File
@@ -1,9 +0,0 @@
#!/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"
}'