Export
This module provides the route for the export page. It handles GET requests to display fish data, including all available fish and uncaught fish.
export_route(app)
Register the export page route with the Flask app.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
app
|
Flask
|
The Flask application instance. |
required |