8 lines
162 B
Rust
8 lines
162 B
Rust
|
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.
|
||
|
|