Skip to content
Snippets Groups Projects
Commit 74afce2e authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

Merge branch 'gcp-info-path' into 'master'

Added 'v2' for info endpoint (GONRG-3775)

See merge request !88
parents 0dd2f76b 0a9542a6
No related branches found
No related tags found
1 merge request!88Added 'v2' for info endpoint (GONRG-3775)
Pipeline #76084 failed
......@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping
@RequestMapping("/v2")
public class InfoApi {
@Autowired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment