global: tiny snapshot

This commit is contained in:
nym21
2025-09-01 20:21:51 +02:00
parent 08cfefc02a
commit fe5343c1d6
8 changed files with 96 additions and 76 deletions

View File

@@ -124,5 +124,9 @@ impl ApiRoutes for Router<AppState> {
)
}),
)
.route(
"/discord",
get(|| async { Redirect::temporary("https://discord.com/invite/HaR3wpH3nr") }),
)
}
}