Browse Source

Added: back line about cors

James Doyle 3 years ago
parent
commit
d251f88fd6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/scribe.php

+ 1 - 0
config/scribe.php

@@ -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,