Skip to content

Commit

Permalink
feat: update rmq connection config
Browse files Browse the repository at this point in the history
  • Loading branch information
YiqingQu committed Mar 11, 2024
1 parent 313c4ae commit 85b9822
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified db.sqlite3
Binary file not shown.
2 changes: 1 addition & 1 deletion myportal/views/api_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def post(self, request):
path = serializer.validated_data['path']
if user_id is not None:
try:
path = f"/staging/{{{user_id}}}/{path.split('/')[-1]}"
path = f"/staging/{{user_id}}/{path.split('/')[-1]}"
except Exception:
pass
resource.path = path
Expand Down

0 comments on commit 85b9822

Please sign in to comment.