Skip to content
Snippets Groups Projects
Commit 8ff66a10 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-4815 OZG-4832 Set basepath to ``/api/configuration`

parent 0c98bddc
Branches
Tags
No related merge requests found
spring:
data:
rest:
basePath: /api/config
\ No newline at end of file
basePath: /api/configuration
\ No newline at end of file
......@@ -53,7 +53,7 @@ class ApiRootITCase {
void shouldBetSetToApi() {
var basePath = restProperties.getBasePath();
assertEquals("/api/config", basePath);
assertEquals("/api/configuration", basePath);
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment