Skip to content

Commit

Permalink
[FIX] fastapi: Unflag save_session in routing info
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero authored and lmignon committed Oct 3, 2024
1 parent 60aeb5f commit d6fbe47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastapi/models/fastapi_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def _get_routing_info(self):
f"{self.root_path}/",
f"{self.root_path}/<path:application_path>",
],
"save_session": False,
# csrf ?????
}

Expand Down

0 comments on commit d6fbe47

Please sign in to comment.