Skip to content

Commit

Permalink
Merge pull request #551 from Avaiga/fix/register-views
Browse files Browse the repository at this point in the history
feat: remove call to register views
  • Loading branch information
jrobinAV authored Sep 11, 2023
2 parents 17705a2 + 2cf2d51 commit 057f981
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/_setup_generation/step_rest_refman.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ def generate_rest_refman_pages(self, setup: Setup):

app = rest_create_app()

from taipy.rest.api.views import register_views as rest_register_views
from taipy.rest.extensions import apispec as rest_apispec

with app.app_context():
rest_register_views()
rest_specs = rest_apispec.swagger_json().json

self.navigation = ""
Expand Down

0 comments on commit 057f981

Please sign in to comment.