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:
Enrico Werkema
2019-01-04 15:38:10 +01:00
parent 14afe077e9
commit 8ac4b33b21
3 changed files with 22 additions and 0 deletions

View 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":[]}}]}]}