Restore segment routing REST API
Change-Id: Ic013b6a49547a34f569cb1cc71d9937d17363c57
diff --git a/apps/segmentrouting/web/BUILD b/apps/segmentrouting/web/BUILD
index 9b683d3..67ee7d9 100644
--- a/apps/segmentrouting/web/BUILD
+++ b/apps/segmentrouting/web/BUILD
@@ -5,10 +5,10 @@
]
osgi_jar_with_tests(
+ api_description = "REST API for Segment Routing Application",
+ api_package = "org.onosproject.segmentrouting.web",
+ api_title = "Segment Routing Rest Server",
+ api_version = "1.0",
+ web_context = "/onos/segmentrouting",
deps = COMPILE_DEPS,
- #web_context = "/onos/segmentrouting",
- #api_title = "Segment Routing Rest Server",
- #api_version = "1.0",
- #api_description = "REST API for Segment Routing Application",
- #api_package = "org.onosproject.segmentrouting.web",
)