Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend authored Oct 30, 2024
1 parent 89b5a9d commit d4d9045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_rpki/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.urls import path
from django.urls import include, path
from utilities.urls import get_model_urls
from netbox_rpki.models import RpkiOrganization, RpkiCertificate, RpkiRoa, RpkiRoa
from netbox_rpki import views
Expand Down

0 comments on commit d4d9045

Please sign in to comment.