This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: app copy raise error (
#11108
)
tags/0.12.1
非法操作
11 months ago
parent
1db14793fa
commit
90d5765fb6
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
api/controllers/console/app/app.py
+ 1
- 1
api/controllers/console/app/app.py
View File
)
)
session.commit()
session.commit()
stmt = select(App).where(App.id == result.app
.
id)
stmt = select(App).where(App.id == result.app
_
id)
app = session.scalar(stmt)
app = session.scalar(stmt)
return app, 201
return app, 201
Write
Preview
Loading…
Cancel
Save