Commit 094f4662 by 蒋勇

d

parent f5831909
......@@ -127,7 +127,7 @@ def company_similar():
similar_company_list = companybase.similar_company(company_info)
return common_result.to_result(similar_company_list)
@server.route('/s')
@server.route('/')
def index_page():
if request.method == 'GET':
print("----")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment