diff options
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/js/underlay.js')
-rw-r--r-- | openo-portal/portal-lifecyclemgr/js/underlay.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openo-portal/portal-lifecyclemgr/js/underlay.js b/openo-portal/portal-lifecyclemgr/js/underlay.js index 904d6da0..05fc3daf 100644 --- a/openo-portal/portal-lifecyclemgr/js/underlay.js +++ b/openo-portal/portal-lifecyclemgr/js/underlay.js @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -12,6 +12,7 @@ * See the License for the specific language governing permissions and
* limitations under the License.
*/
+
function loadUnderlayData(){
var requestUrl = "http://localhost:8080/org.openo.sdno.l3vpnservice/openoapi/sdnol3vpn/v1/l3vpns";
|