File tree 2 files changed +3
-4
lines changed
src/main/java/it/gov/pagopa/message/core/stub/controller
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ info:
10
10
11
11
servers :
12
12
- description : Development Test
13
- url : https://mil-d-apim.azure-api.net /emd/message-core
13
+ url : https://api-io.dev.cstar.pagopa.it /emd/message-core
14
14
x-internal : true
15
15
- description : User Acceptance Test
16
- url : https://mil-u-apim.azure-api.net /emd/message-core
16
+ url : https://api-io.uat.cstar.pagopa.it /emd/message-core
17
17
x-internal : true
18
-
19
18
tags :
20
19
- name : submit
21
20
description : Related to 'submit' operations
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ public interface StubMessageCoreController {
16
16
@ PostMapping ("/save" )
17
17
ResponseEntity <String > saveMessage (@ Valid @ RequestBody MessageDTO messageDTO );
18
18
19
- @ GetMapping ("/get" )
19
+ @ GetMapping ("/get/{fiscalCode} " )
20
20
ResponseEntity <ArrayList <Message >> getMessages (@ Valid @ PathVariable String fiscalCode );
21
21
}
You can’t perform that action at this time.
0 commit comments