Getting 404 trying to edit runpack - Missing PUT method
bug
### Which component(s) is affected?
_No response_
### Describe the bug
When i've tried to edit a runpack, nothing happened.
After investigate and and analyze the source code, I didn't found the PUT method in configController. There is only GET DELETE and POST
https://github.com/kubero-dev/kubero/blob/429e8346a9709541e7262d9cc191895e909fbb37/server/src/config/config.controller.ts#L104
### Steps to reproduce
At first:
- Open Dev Console in your browser
- Go to: Network tab.
In KUBERO-UI:
- Go to: Settings -> runpacks
- Click in Edit, make some change and hit 'save'
After that will notice 404
### Expected behavior
Get 200 when try to edit runpacks
### Screenshots
<img width="752" height="66" alt="Image" src="https://github.com/user-attachments/assets/3ab02bfa-1190-42ea-937f-25e317497cf7" />
---
<img width="1514" height="937" alt="Image" src="https://github.com/user-attachments/assets/4d5e9ccd-97da-4148-b826-856ab08c0bc4" />
### Additional information
_No response_
### Debug information
_No response_
0 条评论