Skip to content

Commit

Permalink
comment block fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaselia committed Feb 4, 2021
1 parent ceffd1e commit fe6b302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/api-postman.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

return [

/**
/*
* Structured.
*
* If you want folders to be generated based on namespace.
*/

'structured' => false,

/**
/*
* Base URL.
*
* The base URL for all of your endpoints.
*/

'base_url' => env('APP_URL', 'http://localhost'),

/**
/*
* Auth Middleware.
*
* The middleware which wraps your authenticated API routes.
Expand Down

0 comments on commit fe6b302

Please sign in to comment.