mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-01 11:07:49 +00:00
added /api prefix for all REST APIs exposed by the gateway
This commit is contained in:
@@ -16,6 +16,7 @@ import com.telecominfraproject.wlan.opensync.external.integration.ConnectusOvsdb
|
|||||||
|
|
||||||
@Profile("ovsdb_manager")
|
@Profile("ovsdb_manager")
|
||||||
@RestController
|
@RestController
|
||||||
|
@RequestMapping(value = "/api")
|
||||||
public class OpenSyncConnectusController {
|
public class OpenSyncConnectusController {
|
||||||
|
|
||||||
private static final Logger LOG = LoggerFactory.getLogger(OpenSyncConnectusController.class);
|
private static final Logger LOG = LoggerFactory.getLogger(OpenSyncConnectusController.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user