Skip to content

Commit

Permalink
Update src/main/java/org/eclipse/microprofile/starter/rest/APIEndpoin…
Browse files Browse the repository at this point in the history
…tV7.java
  • Loading branch information
Emily-Jiang authored Apr 15, 2024
1 parent 6f5c2dd commit 6f0e7c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.eclipse.microprofile.starter.rest;

import jakarta.ws.rs.Path;
import javax.ws.rs.Path;

@Path("/7")
public class APIEndpointV7 extends APIEndpointLatest {
Expand Down

0 comments on commit 6f0e7c0

Please sign in to comment.