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
Build and Push Docker Container / build-and-push (push) Successful in 1m21s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user