Skip to content
Snippets Groups Projects
Commit 8372aa95edb1 authored by Fabien Amarger's avatar Fabien Amarger
Browse files

fix: Use the right routes include to use the cube API in the pyramid.ini

parent 6a11174bfd7c
No related branches found
No related tags found
1 merge request!7Topic/default/docker compose
Pipeline #226801 passed
...@@ -17,7 +17,11 @@ ...@@ -17,7 +17,11 @@
pyramid_session_redis pyramid_session_redis
cubicweb.includes = cubicweb.includes =
cubicweb.pyramid.auth cubicweb.pyramid.auth
cubicweb.pyramid.rest_api.include_rdf
cubicweb.pyramid.rest_api.include_download
cubicweb_api.auth.routes
{% else %} {% else %}
cubicweb.includes = cubicweb.includes =
cubicweb.pyramid.auth cubicweb.pyramid.auth
cubicweb.pyramid.default_session cubicweb.pyramid.default_session
...@@ -20,6 +24,10 @@ ...@@ -20,6 +24,10 @@
{% else %} {% else %}
cubicweb.includes = cubicweb.includes =
cubicweb.pyramid.auth cubicweb.pyramid.auth
cubicweb.pyramid.default_session cubicweb.pyramid.default_session
cubicweb.pyramid.rest_api.include_rdf
cubicweb.pyramid.rest_api.include_download
cubicweb_api.auth.routes
{% endif %} {% endif %}
pyramid.csrf_trusted_origins = {{ PYRAMID_CSRF_TRUSTED_ORIGINS }} pyramid.csrf_trusted_origins = {{ PYRAMID_CSRF_TRUSTED_ORIGINS }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment