about summary refs log tree commit diff
path: root/src/admin/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Migrate from axum::Extension to axum::extract::StateVika2024-08-011-13/+18
| | | | | This somehow allowed me to shrink the construction phase of Kittybox by a huge amount of code.
* WIP: admin (not wired up yet, and DEFINITELY NOT SECURE, DO NOT WIRE UP)Vika2024-07-081-0/+114