Closed idoberko2 closed 2 weeks ago
In #500, the get backend version endpoint was introduced. However, the configuration were not injected properly resulting in a constantly empty response.
OPIK-329
Tested locally. Before this change:
❯ curl http://localhost:5173/api/is-alive/ver {}
After this change:
❯ curl http://localhost:5173/api/is-alive/ver {"version":"my_test_version"}
Details
In #500, the get backend version endpoint was introduced. However, the configuration were not injected properly resulting in a constantly empty response.
Issues
OPIK-329
Testing
Tested locally. Before this change:
After this change: