activitypub-federation-rust/examples/live_federation
Brad Dunbar 2acf037d79
Fix example path params (#153)
Resolves the following error:

    thread 'main' (6023907) panicked at examples/live_federation/main.rs:58:10:
    Path segments must not start with `:`. For capture groups, use `{capture}`. If you meant to literally match a segment starting with a colon, call `without_v07_checks` on the router.
2025-11-21 10:03:20 +01:00
..
activities Various additions and changes (#147) 2025-07-10 10:26:45 +02:00
objects Various additions and changes (#147) 2025-07-10 10:26:45 +02:00
database.rs live federation example 2023-03-08 22:16:43 +01:00
error.rs live federation example 2023-03-08 22:16:43 +01:00
http.rs Upgrade axum and http (#123) 2024-09-11 08:47:13 -04:00
main.rs Fix example path params (#153) 2025-11-21 10:03:20 +01:00
utils.rs live federation example 2023-03-08 22:16:43 +01:00