added /api prefix for all REST APIs exposed by the gateway

This commit is contained in:
Dmitry Toptygin
2020-06-17 22:04:18 -04:00
parent f4d183a1bc
commit aec16cbffb

View File

@@ -16,6 +16,7 @@ import com.telecominfraproject.wlan.opensync.external.integration.ConnectusOvsdb
@Profile("ovsdb_manager")
@RestController
@RequestMapping(value = "/api")
public class OpenSyncConnectusController {
private static final Logger LOG = LoggerFactory.getLogger(OpenSyncConnectusController.class);