Added: back line about cors

This commit is contained in:
James Doyle
2021-09-09 10:54:08 -07:00
parent f2297f55b9
commit d251f88fd6

View File

@@ -176,6 +176,7 @@ return [
'try_it_out' => [
/**
* Add a Try It Out button to your endpoints so consumers can test endpoints right from their browser.
* Don't forget to enable CORS headers for your endpoints.
*/
'enabled' => true,