1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Removed unneeded services endpoint from DCIM API

This commit is contained in:
Jeremy Stretch
2017-03-17 12:23:23 -04:00
parent abdfc5c597
commit 8825a03033
2 changed files with 0 additions and 5 deletions

View File

@@ -2,12 +2,9 @@ from rest_framework.decorators import detail_route
from rest_framework.permissions import IsAuthenticated
from rest_framework.response import Response
from rest_framework.settings import api_settings
from rest_framework.views import APIView
from rest_framework.viewsets import ModelViewSet, ViewSet
from django.conf import settings
from django.contrib.contenttypes.models import ContentType
from django.http import Http404
from django.shortcuts import get_object_or_404
from dcim.models import (