Update license
[multicloud/framework.git] / multivimbroker / multivimbroker / urls.py
index 7619e5a..0843bb3 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -17,7 +18,6 @@ from multivimbroker.pub.config import config
 
 urlpatterns = [
     url(r'^', include('multivimbroker.swagger.urls')),
-    url(r'^', include('multivimbroker.samples.urls')),
     url(r'^', include('multivimbroker.forwarder.urls')),
 ]