Skip to content

Commit

Permalink
Fix wrong uri in task extension (#12231)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkylstad authored Feb 1, 2024
1 parent 3d3add3 commit f3a7d5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const altinnCustomTasks = {
name: 'AltinnTask',
uri: 'http://altinn.no',
uri: 'http://altinn.no/process',
prefix: 'altinn',
xml: {
tagAlias: 'lowerCase',
Expand Down

0 comments on commit f3a7d5d

Please sign in to comment.