use new convex db base class and remove code that is already into the base class
Build and Push Docker Container / build-and-push (push) Successful in 1m21s

This commit is contained in:
2025-12-22 11:43:05 +01:00
parent cdab1057cc
commit fefda61c0b
4 changed files with 26 additions and 307 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ LIMITER = Limiter(
@app.before_serving
async def init_convex():
app.convex = ConvexDB(os.getenv("CONVEX_URL"), service='nanoshare')
app.convex = ConvexDB(os.getenv("CONVEX_URL"))
await app.convex.connect()
@app.after_serving