Skip to content

Commit

Permalink
nit: have a good api path
Browse files Browse the repository at this point in the history
  • Loading branch information
sumandas0 committed Jun 5, 2024
1 parent b9b38ae commit dbf011b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,7 @@ public void repairIndexByTypeName(@PathParam("typename") String typename, @Query
}

@POST
@Path("/repairAccesscontrolAlias/{guid}")
@Path("/repair/accesscontrolAlias/{guid}")
@Timed
public void repairAccessControlAlias(@PathParam("guid") String guid) throws AtlasBaseException {
Servlets.validateQueryParamLength("guid", guid);
Expand Down

0 comments on commit dbf011b

Please sign in to comment.