Skip to content

Commit

Permalink
fix bug: get profile api cannot be accessed apache#1882
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyao-cmss committed May 16, 2022
1 parent f6f8c3e commit 2e4f08a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public class ProfileAPI {
private static String API_PROFILES = null;

@GET
@Path("profiles")
@Timed
@Produces(MediaType.APPLICATION_JSON)
public String getProfile(@Context Application application) {
Expand Down

0 comments on commit 2e4f08a

Please sign in to comment.