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
Steps to reproduce
At first:
- Open Dev Console in your browser
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
Additional information
No response
Debug information
No response
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
kubero/server/src/config/config.controller.ts
Line 104 in 429e834
Steps to reproduce
At first:
In KUBERO-UI:
After that will notice 404
Expected behavior
Get 200 when try to edit runpacks
Screenshots
Additional information
No response
Debug information
No response