feat!: start implementing repo listing & auth middleware

This commit is contained in:
2026-01-15 00:20:14 -08:00
parent 92d409f812
commit 6f2f64fd73
18 changed files with 1982 additions and 21 deletions

1
api/src/endpoints/mod.rs Normal file
View File

@@ -0,0 +1 @@
pub mod get_repos;