luojunhui hace 1 mes
padre
commit
b8c3badb24
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      routes/buleprint.py

+ 3 - 0
routes/buleprint.py

@@ -42,3 +42,6 @@ def server_routes(llm, vector_db):
     @server_bp.route('/search', methods=['POST'])
     async def search():
         pass
+
+
+    return server_bp