Skip to content

Commit

Permalink
Version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean151 committed Mar 31, 2023
1 parent f3760b7 commit 9b47537
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

###> symfony/framework-bundle ###
APP_ENV=dev
APP_DEBUG=1
APP_SECRET=ce96cdd073c54b1cc10a2090b0e83f39
###< symfony/framework-bundle ###

Expand Down
1 change: 1 addition & 0 deletions .env.prod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APP_DEBUG=0
2 changes: 1 addition & 1 deletion config/packages/api_platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
->extension('api_platform', [
'title' => 'Aln-Symfony',
'description' => 'More infos on Github: https://github.com/Dean151/Aln-Symfony',
'version' => '0.2.3',
'version' => '0.2.4',
'show_webby' => false,
'mapping' => [
'paths' => [
Expand Down

0 comments on commit 9b47537

Please sign in to comment.