Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TEHIK
TEIS
office-api-gateway
Commits
b1924cc5
Commit
b1924cc5
authored
Mar 02, 2021
by
Jyrgen Hannus
Browse files
TEIS-2018: fixed URL mapping
parent
fa32781d
Changes
1
Hide whitespace changes
Inline
Side-by-side
api-gateway/src/main/java/ee/sm/ti/teis/officegateway/proceedings/proceeding/inspection/document/ProceedingInspectionDocumentController.java
View file @
b1924cc5
...
...
@@ -72,7 +72,7 @@ public class ProceedingInspectionDocumentController extends TeisBaseController {
@ApiOperation
(
value
=
"${teis.api.messages.proceeding.inspection-document.create-inspection-document-read}"
,
response
=
ReadProceedingInspectionDocumentDto
.
class
)
@PostMapping
(
"read-proceeding-inspection-documents"
)
@PostMapping
(
"
proceedings/proceeding-inspection-documents/
read-proceeding-inspection-documents"
)
public
ReadProceedingInspectionDocumentDto
createReadProceedingInspectionDocument
(
@RequestBody
Parameters
dto
,
RequestMetaDTO
requestMetaDTO
)
{
CreateReadInspectionDocumentRequest
request
=
new
CreateReadInspectionDocumentRequest
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment