From 815e66feb1f039ff09f4da5eb81eda946663d7a2 Mon Sep 17 00:00:00 2001 From: Cooper Date: Wed, 24 Jul 2024 01:15:08 +0000 Subject: [PATCH] add official-backend --- pages/backend/introduction.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/backend/introduction.mdx b/pages/backend/introduction.mdx index 0de39fa..087093a 100644 --- a/pages/backend/introduction.mdx +++ b/pages/backend/introduction.mdx @@ -6,6 +6,10 @@ title: 'Introduction' The backend is essentially just an account server. It handles user accounts, syncing, and other account related features. +## Recommended Community Backend + +I recommend using the [official-backend](https://backend.undi.rest)! + ## Metrics The backend exposes an endpoint for [Prometheus metrics](https://prometheus.io/) which allows you to keep track of the backend more easily, it can be accessed on `/metrics`.