Skip to content

Commit

Permalink
ARKIV-260 Rename to VIGO
Browse files Browse the repository at this point in the history
  • Loading branch information
oleanders committed Apr 15, 2024
1 parent 16f8229 commit 6b50c89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FINT FLYT OPPFOLGINGSTJENETEN GATEWAY
# FINT FLYT VIGO GATEWAY

## Overview
This code creates a gateway for VIGO OT.
This code creates a gateway for VIGO.


### Kustomize Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@Slf4j
@RestController
@RequestMapping(EXTERNAL_API + "/oppfolgingstjenesten/instances")
@RequestMapping(EXTERNAL_API + "/vigo/instances")
public class InstanceController {

private final InstanceProcessor<IncomingInstance> instanceProcessor;
Expand Down

0 comments on commit 6b50c89

Please sign in to comment.