singleton
singleton copied to clipboard
[BUG] [Go Service]Response code is 404 when request product bundle without version in Get available versions of a product api
Describe the bug [BUG] [Go Service]Response code is 404 when request product bundle without version in Get available versions of a product api
To Reproduce Steps to reproduce the behavior:
- Go to '/translation/products/{productName}/versionlist'
- Input productName= test1 ( under test1 bundle , has no version)
- See response
Expected behavior { "response": { "code": 200, "message": "OK", "serverTime": "" }, "signature": "", "data": { "versions": [], "productName": "test1" } }
commit 5466146a03652634432a76a97652b550b9b51e19