-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ComfyUI Tool realtive WS paths #13029
base: main
Are you sure you want to change the base?
Conversation
By default now we can use links like abc.com/ but abc.com/foo/bar/comfy is not valid
Sorry i have not time to best description, but in commit you can view description and simple code update |
Please open an issue or link an existing issue. :) |
./dev/reformat how to start it and from?) |
You need to run the command in the root dir. |
Did it
|
@@ -393,7 +393,9 @@ x-shared-env: &shared-api-worker-env | |||
services: | |||
# API service | |||
api: | |||
image: langgenius/dify-api:0.15.2 | |||
build: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please restore the changes here.
# Проверяем наше сопоставление MIME-типов | ||
extension = MIME_TO_EXTENSION.get(mimetype) | ||
if not extension: | ||
# Если нет в нашем сопоставлении, пробуем стандартный способ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please write the comments in English only.
Summary
Close #13061
Screenshots
Checklist
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint gods