Skip to content

Commit

Permalink
Fix api version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbodiguel committed Mar 28, 2024
1 parent 11b88fe commit b91c2da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
title = "ARLAS Exploration API",
description = "Explore the content of ARLAS collections",
license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"),
version = "23.0.1"),
version = "API_VERSION"),
schemes = { SwaggerDefinition.Scheme.HTTP, SwaggerDefinition.Scheme.HTTPS })

public abstract class ExploreRESTServices {
Expand Down

0 comments on commit b91c2da

Please sign in to comment.