Skip to content

Commit 1ccfbf3

Browse files
committed
FastAPI/Python/Postgres/tsvector
1 parent 888a74d commit 1ccfbf3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""NX AI - FastAPI"""
1+
"""NX AI - FastAPI/Python/Postgres/tsvector"""
22

3-
# Version tracking
4-
__version__ = "1.0.3"
3+
# Current Version
4+
__version__ = "1.0.4"

app/api/root.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ def root() -> dict:
3939
"time": time.strftime('%Y-%m-%d %H:%M:%S', time.localtime()),
4040
"epoch": epoch,
4141
"severity": "success",
42-
"message": f"NX AI says hello. Returned {len(products)} products."
42+
"message": f"NX AI says hello & returned {len(products)} products"
4343
}
4444
return {"meta": meta, "data": products}

0 commit comments

Comments
 (0)