Skip to content

Commit b2a110c

Browse files
committed
fix v1 resource mapping
1 parent 492c84d commit b2a110c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/pnuema/java/barcode/barcodeapi/controllers/v1/AbstractV1Resource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.springframework.web.bind.annotation.RequestMapping;
55

66
@RequestMapping(
7-
name = "/v1",
7+
path = "/v1",
88
produces = { MediaType.IMAGE_PNG_VALUE, MediaType.IMAGE_GIF_VALUE }
99
)
1010
public abstract class AbstractV1Resource {}

0 commit comments

Comments
 (0)