pi-frame-server/src/api.rs

8 lines
162 B
Rust
Raw Normal View History

2024-07-18 12:34:28 +00:00
use axum::{Router};
/// API routes for axum
/// Start with the basics: Send an image, crop it, dither, and upload.
/// we defer the upload to a separate task.