Skip to content

Commit

Permalink
Merge pull request #4 from zarlo/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JarriqTheTechie authored Dec 5, 2022
2 parents 616ccb9 + 5502fa7 commit b9dbf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flask_fs_router/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def init_app(self, app):
methods=[route.get('method')],
websocket=route.get("ws")
)
) for route in FlaskFSRouter().routes_export()
) for route in self.routes_export()
]

def find_routes_files(self):
Expand Down

0 comments on commit b9dbf13

Please sign in to comment.