mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-30 10:01:41 +08:00
Fix custom app url in Postman collection
The Postman collection currently doesn't use the APP_URL environment variable. This can be forced in the URL Laravel Facade
This commit is contained in:
1
tests/Fixtures/collection_updated_url.json
Normal file
1
tests/Fixtures/collection_updated_url.json
Normal file
@@ -0,0 +1 @@
|
||||
{"variables":[],"info":{"name":"Laravel API","_postman_id":"","description":"","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.0.0\/collection.json"},"item":[{"name":"Group A","description":"","item":[{"name":"Example title.","request":{"url":"http:\/\/yourapp.app\/api\/test","method":"GET","body":{"mode":"formdata","formdata":[]},"description":"This will be the long description.\nIt can also be multiple lines long.","response":[]}},{"name":"http:\/\/yourapp.app\/api\/responseTag","request":{"url":"http:\/\/yourapp.app\/api\/responseTag","method":"POST","body":{"mode":"formdata","formdata":[]},"description":"","response":[]}}]}]}
|
||||
Reference in New Issue
Block a user