Open realslacker opened 8 months ago
I didn't realize you could do this 😄 I though paths were unique per endpoint.
Seems like a valid use case but we will have to update the logic to support it.
I'm just creating edge cases for you to test 😂
Version
4.2.13
Severity
Low
Steps to Reproduce
When two API endpoints use the same file and one endpoint is edited the other endpoint still reflects the old code. When PSU is reloaded the code changes in the first endpoint are lost OR the second endpoint is updated.
If the code is edited using the Configuration section (directly editing the script) and the configuration is reloaded both endpoints are updated.
I believe there is some issue when two endpoints share a common script that is causing the script to not be saved/updated correctly.
Expected behavior
Actual behavior
Additional Environment data
No response
Visuals