Skip to content

Commit

Permalink
docs: Controller API was renamed in an earlier commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 17, 2024
1 parent 3bc240b commit b745bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
path(
"openapi",
get_schema_view(
title="Controller API", description="Endpoints for managing datasets in Pelican backend.", version="1.0.0"
title="API", description="Endpoints for managing datasets in Pelican backend.", version="1.0.0"
),
name="openapi-schema",
),
Expand Down

0 comments on commit b745bc7

Please sign in to comment.