Closed ankitsridhar16 closed 7 months ago
Added an endpoint to check installed vince version. You can now use curl "http://localhost:8080/version" to check the version the result is {"version": "v0.0.67"}
curl "http://localhost:8080/version"
{"version": "v0.0.67"}
I have applied your suggestions @gernest
Added an endpoint to check installed vince version. You can now use
curl "http://localhost:8080/version"
to check the version the result is{"version": "v0.0.67"}