We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2234a9a commit 8293b68Copy full SHA for 8293b68
server.py
@@ -64,9 +64,9 @@ def collect(self, progress_callback=None):
64
api_bp = Blueprint("api", __name__, url_prefix="/api")
65
api = Api(
66
api_bp,
67
- version="1.0",
68
- title="Camera Capture API",
69
- description="API for managing camera capture and file operations",
+ version="1.1",
+ title="OpenHSI Capture API",
+ description="API for managing OpenHSI capture and file operations",
70
doc="/apidocs",
71
swagger_ui_parameters={"docExpansion": "full"},
72
) # Swagger UI will be at /api/apidocs
0 commit comments