MCPcopy Create free account
hub / github.com/Python3WebSpider/ProxyPool / index

Function index

proxypool/processors/server.py:79–84  ·  view source on GitHub ↗

get home page, you can define your own templates :return:

()

Source from the content-addressed store, hash-verified

77@app.route('/')
78@auth_required
79def index():
80 """
81 get home page, you can define your own templates
82 :return:
83 """
84 return '<h2>Welcome to Proxy Pool System</h2>'
85
86
87@app.route('/random')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected