Skip to content

Commit f9d5984

Browse files
committed
apiUrl aangepast voor Productie KVK Mutatieservice; /api ontbrak
1 parent 6a77a1f commit f9d5984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brmo-service/src/main/webapp/WEB-INF/jsp/beheer/kvkmutatieserviceprocesedit.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<tr>
88
<td><stripes:label name="">API URL</stripes:label></td>
99
<%-- KVKMutatieserviceProces#APIURL --%>
10-
<td><stripes:select name="config['apiurl']" value="https://api.kvk.nl/v1/abonnementen/" style="width: 22em">
10+
<td><stripes:select name="config['apiurl']" value="https://api.kvk.nl/api/v1/abonnementen/" style="width: 22em">
1111
<stripes:option value="https://developers.kvk.nl/test/api/v1/abonnementen/">Test KVK Mutatieservice</stripes:option>
12-
<stripes:option value="https://api.kvk.nl/v1/abonnementen/">Productie KVK Mutatieservice</stripes:option>
12+
<stripes:option value="https://api.kvk.nl/api/v1/abonnementen/">Productie KVK Mutatieservice</stripes:option>
1313
</stripes:select></td>
1414
</tr>
1515
<tr>

0 commit comments

Comments
 (0)