Closed kozabrada123 closed 1 month ago
(See https://github.com/spacebarchat/server/issues/1222)
tl;dr:
It'd be very useful to add a new route along the lines of /version, which just returns the current server version and that it's a symfonia server:
/version
{ "version": "v0.1.0-alpha.1", "server": "symfonia" }
Version is being dynamically queried when compiling, "symfonia" is just a static string.
Great, thanks!
I've filed the corresponding ticket for litecord: https://gitlab.com/litecord/litecord/-/issues/149
(See https://github.com/spacebarchat/server/issues/1222)
tl;dr:
It'd be very useful to add a new route along the lines of
/version
, which just returns the current server version and that it's a symfonia server: