Move swagger func to swagger dir
[vfc/gvnfm/vnfres.git] / res / res / urls.py
index 29cdac7..895cc25 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-
 from django.conf.urls import include, url
+
 from res.pub.config.config import REG_TO_MSB_WHEN_START, REG_TO_MSB_REG_URL, REG_TO_MSB_REG_PARAM
 
 urlpatterns = [
     url(r'^', include('res.samples.urls')),
+    url(r'^', include('res.swagger.urls')),
     url(r'^', include('res.resources.urls')),
 ]