Skip to content

Commit

Permalink
chore: change api endpoint with current api version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGiulianelli committed Feb 23, 2023
1 parent d54c449 commit 441695e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/infrastructure/api/APIController.kt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class APIController {
}

companion object {
private const val apiPath = "/api"
private const val apiVersion = "v1"
private const val apiPath = "/api/$apiVersion"
}
}

0 comments on commit 441695e

Please sign in to comment.