add: better community role permission editor

This commit is contained in:
trisua 2025-04-03 17:20:50 -04:00
parent 8a9394a06a
commit 2102a8ea14
3 changed files with 97 additions and 3 deletions

View file

@ -56,7 +56,7 @@ async fn main() {
.await
.unwrap();
info!("🐐 tetratto.");
info!("🐇 tetratto.");
info!("listening on http://0.0.0.0:{}", config.port);
axum::serve(listener, app).await.unwrap();
}