1

I want to disable Jinja2 in the Flask. How can I do it? I have simple Flask project with Vue.js

1 Answers1

0

Perhaps you are looking for Flask-RESTful? Which focuses on the API and doesn't have templating. https://flask-restful.readthedocs.io/

Neil Anderson
  • 1,265
  • 12
  • 19