feat(backend): add /api/v1/meta endpoint
This commit is contained in:
parent
1687f04410
commit
8c187d0fb3
3 changed files with 55 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue