Skip to content

Commit 98a3f7e

Browse files
committed
change /api prefix to /restapi prefix
1 parent a0be5fc commit 98a3f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/br/edu/ufrn/user/config/WebConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class WebConfig implements WebFluxConfigurer {
1111
@Override
1212
public void configurePathMatching(PathMatchConfigurer configurer) {
1313
configurer.addPathPrefix(
14-
"/api",
14+
"/restapi",
1515
c -> c.isAnnotationPresent(RestController.class)
1616
);
1717
}

0 commit comments

Comments
 (0)