Skip to content

Commit 06f5e72

Browse files
Merge pull request #891 from geo-engine/missing-plot-handler
added missing plot handler to pro api
2 parents 06d5cb1 + 88b6d7d commit 06f5e72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/src/pro/api/apidoc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ use utoipa::{Modify, OpenApi};
124124
handlers::datasets::auto_create_dataset_handler,
125125
handlers::datasets::suggest_meta_data_handler,
126126
handlers::spatial_references::get_spatial_reference_specification_handler,
127+
handlers::plots::get_plot_handler,
127128
handlers::projects::list_projects_handler,
128129
handlers::projects::project_versions_handler,
129130
handlers::projects::load_project_latest_handler,

0 commit comments

Comments
 (0)