mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-20 00:24:30 +01:00
feat: readability parsing, screenshot of page, file serving
This commit is contained in:
@@ -50,7 +50,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
// Create Axum router
|
||||
let app = Router::new()
|
||||
.nest("/api/v1", api_routes_v1(&api_state))
|
||||
.nest("/", html_routes(&html_state))
|
||||
.merge(html_routes(&html_state))
|
||||
.with_state(AppState {
|
||||
api_state,
|
||||
html_state,
|
||||
|
||||
Reference in New Issue
Block a user