We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888a74d commit 1ccfbf3Copy full SHA for 1ccfbf3
2 files changed
app/__init__.py
@@ -1,4 +1,4 @@
1
-"""NX AI - FastAPI"""
+"""NX AI - FastAPI/Python/Postgres/tsvector"""
2
3
-# Version tracking
4
-__version__ = "1.0.3"
+# Current Version
+__version__ = "1.0.4"
app/api/root.py
@@ -39,6 +39,6 @@ def root() -> dict:
39
"time": time.strftime('%Y-%m-%d %H:%M:%S', time.localtime()),
40
"epoch": epoch,
41
"severity": "success",
42
- "message": f"NX AI says hello. Returned {len(products)} products."
+ "message": f"NX AI says hello & returned {len(products)} products"
43
}
44
return {"meta": meta, "data": products}
0 commit comments