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 77882613
...@@ -5,9 +5,9 @@ security: ...@@ -5,9 +5,9 @@ security:
# http://symfony.com/doc/current/security.html#b-configuring-how-users-are-loaded # http://symfony.com/doc/current/security.html#b-configuring-how-users-are-loaded
providers: providers:
in_memory: in_memory:
memory: #memory:
users: # users:
userApi: { password: "%pass_ws_userapi%", roles: [ 'ROLE_USER', 'ROLE_API' ] } # userApi: { password: "%pass_ws_userapi%", roles: [ 'ROLE_USER', 'ROLE_API' ] }
backend_backendusuario_provider: backend_backendusuario_provider:
id: backend_provider id: backend_provider
......
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