feat(backend): add /api/v1/meta endpoint

This commit is contained in:
Sam 2023-03-08 14:13:04 +01:00
parent 1687f04410
commit 8c187d0fb3
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
3 changed files with 55 additions and 0 deletions

View file

@ -18,6 +18,9 @@ import (
// Revision is the git commit, filled at build time
var Revision = "[unknown]"
// Repository is the URL of the git repository
const Repository = "https://codeberg.org/u1f320/pronouns.cc"
type Server struct {
Router *chi.Mux