good stuff
This commit is contained in:
parent
ea8389ef40
commit
f4de0eeb9f
39 changed files with 5165 additions and 348 deletions
|
|
@ -21,6 +21,7 @@ mod shorten;
|
|||
mod stats;
|
||||
mod streetview;
|
||||
mod stripe_webhook;
|
||||
mod telemetry;
|
||||
mod tiles;
|
||||
mod travel_destinations;
|
||||
mod travel_modes;
|
||||
|
|
@ -48,6 +49,7 @@ pub use screenshot::{fetch_screenshot_bytes, get_screenshot};
|
|||
pub use shorten::{get_short_url, post_shorten};
|
||||
pub use streetview::get_streetview;
|
||||
pub use stripe_webhook::post_stripe_webhook;
|
||||
pub use telemetry::post_telemetry;
|
||||
pub use tiles::{get_style, get_tile, init_tile_reader};
|
||||
pub use travel_destinations::get_travel_destinations;
|
||||
pub use travel_modes::get_travel_modes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue