【errResp.py】添加错误类
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from flask import render_template
|
||||
|
||||
def errorResponse(errorMsg):
|
||||
return render_template('error.html',errorMsg=errorMsg)
|
||||
Reference in New Issue
Block a user