Skip to content

Commit 441695e

Browse files
chore: change api endpoint with current api version
1 parent d54c449 commit 441695e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/infrastructure/api/APIController.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ class APIController {
105105
}
106106

107107
companion object {
108-
private const val apiPath = "/api"
108+
private const val apiVersion = "v1"
109+
private const val apiPath = "/api/$apiVersion"
109110
}
110111
}

0 commit comments

Comments
 (0)