Skip to content

Commit

Permalink
fix(api): rename api version file to avoid name clashes (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Jul 9, 2024
1 parent 1f51a4b commit 2a3ec73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class FederatedCatalogApiExtension implements ServiceExtension {
public static final String NAME = "Cache Query API Extension";
private static final String CATALOG_QUERY_SCOPE = "CATALOG_QUERY_API";

private static final String API_VERSION_JSON_FILE = "version.json";
private static final String API_VERSION_JSON_FILE = "fc-api-version.json";

@Inject
private WebService webService;
Expand Down

0 comments on commit 2a3ec73

Please sign in to comment.