|
@@ -317,7 +317,7 @@ async def amiPJSIPShowAuths():
|
|
|
abort(401)
|
|
abort(401)
|
|
|
return successReply(app.cache['devices'])
|
|
return successReply(app.cache['devices'])
|
|
|
|
|
|
|
|
-@app.route('/blackhole')
|
|
|
|
|
|
|
+@app.route('/blackhole', methods=['GET','POST'])
|
|
|
async def blackhole():
|
|
async def blackhole():
|
|
|
return ''
|
|
return ''
|
|
|
|
|
|