Se añade version 1.0 de parser html

correciones menores a codigo anterior realizado.
Se añade html de prueba
Se añaden librerias de restapi
parent e2900b00
...@@ -138,16 +138,16 @@ propel: ...@@ -138,16 +138,16 @@ propel:
dsn: %database_driver%:host=%database_host%;dbname=%database_name%;charset=UTF8 dsn: %database_driver%:host=%database_host%;dbname=%database_name%;charset=UTF8
options: {} options: {}
attributes: {} attributes: {}
fos_rest: #fos_rest:
param_fetcher_listener: true # param_fetcher_listener: true
view: # view:
view_response_listener: force # view_response_listener: force
disable_csrf_role: ROLE_API # disable_csrf_role: ROLE_API
nelmio_api_doc: #nelmio_api_doc:
name: 'Documentacion WebServices Mcafee' # name: 'Documentacion WebServices Mcafee'
nelmio_cors: #nelmio_cors:
# defaults: # defaults:
# allow_credentials: false # allow_credentials: false
# allow_origin: [] # allow_origin: []
...@@ -158,11 +158,11 @@ nelmio_cors: ...@@ -158,11 +158,11 @@ nelmio_cors:
# hosts: [] # hosts: []
# origin_regex: false # origin_regex: false
# forced_allow_origin_value: ~ # forced_allow_origin_value: ~
paths: # paths:
'^/api/': # '^/api/':
origin_regex: true # origin_regex: true
allow_credentials: true # allow_credentials: true
allow_origin: %cors_allow_origin% # allow_origin: %cors_allow_origin%
allow_headers: ['Authorization', 'X-Requested-With', 'Content-Type', 'Accept', 'Origin', 'X-Custom-Auth'] # allow_headers: ['Authorization', 'X-Requested-With', 'Content-Type', 'Accept', 'Origin', 'X-Custom-Auth']
allow_methods: ['POST', 'GET'] # allow_methods: ['POST', 'GET']
max_age: 3600 # max_age: 3600
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment