Installed api platform.

This commit is contained in:
krzysiej
2022-06-09 11:46:15 +02:00
parent 61ab01f297
commit 00820715ea
10 changed files with 404 additions and 4 deletions

4
.env
View File

@@ -41,3 +41,7 @@ DATABASE_URL="mysql://root:root@127.0.0.1:3306/biblio?serverVersion=5.7&charset=
###> symfony/mailer ###
# MAILER_DSN=null://null
###< symfony/mailer ###
###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###< nelmio/cors-bundle ###