luojunhui 1 tháng trước cách đây
mục cha
commit
b8c3badb24
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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