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:
dsn: %database_driver%:host=%database_host%;dbname=%database_name%;charset=UTF8
options: {}
attributes: {}
fos_rest:
param_fetcher_listener: true
view:
view_response_listener: force
disable_csrf_role: ROLE_API
#fos_rest:
# param_fetcher_listener: true
# view:
# view_response_listener: force
# disable_csrf_role: ROLE_API
nelmio_api_doc:
name: 'Documentacion WebServices Mcafee'
#nelmio_api_doc:
# name: 'Documentacion WebServices Mcafee'
nelmio_cors:
#nelmio_cors:
# defaults:
# allow_credentials: false
# allow_origin: []
......@@ -158,11 +158,11 @@ nelmio_cors:
# hosts: []
# origin_regex: false
# forced_allow_origin_value: ~
paths:
'^/api/':
origin_regex: true
allow_credentials: true
allow_origin: %cors_allow_origin%
allow_headers: ['Authorization', 'X-Requested-With', 'Content-Type', 'Accept', 'Origin', 'X-Custom-Auth']
allow_methods: ['POST', 'GET']
max_age: 3600
\ No newline at end of file
# paths:
# '^/api/':
# origin_regex: true
# allow_credentials: true
# allow_origin: %cors_allow_origin%
# allow_headers: ['Authorization', 'X-Requested-With', 'Content-Type', 'Accept', 'Origin', 'X-Custom-Auth']
# allow_methods: ['POST', 'GET']
# max_age: 3600
\ 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