Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
kpt
2024-07-03 14:07:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5c985a4b5c0ecb5571c1a591d469e587fe2cdce3
5c985a4b
1 parent
1c58d28e
【errorResponse.py】重命名errResp
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
views/user/user.py
views/user/user.py
View file @
5c985a4
...
...
@@ -2,7 +2,7 @@ import time
from
flask
import
Blueprint
,
redirect
,
render_template
,
request
,
Flask
,
session
from
utils.query
import
query
from
utils.err
Resp
import
errorResponse
from
utils.err
orResponse
import
errorResponse
ub
=
Blueprint
(
'user'
,
__name__
,
url_prefix
=
'/user'
,
template_folder
=
'templates'
)
...
...
Please
register
or
login
to post a comment