Skip to content

Commit 88ebeb9

Browse files
committed
Add api prefix to all resource paths
1 parent df56de2 commit 88ebeb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ spring.datasource.driver-class-name=com.mysql.jdbc.Driver
66

77
# Flyway properties
88
spring.flyway.locations=classpath:db/mysql/migration
9+
10+
# Path properties
11+
server.servlet.contextPath=/api

0 commit comments

Comments
 (0)