Closes #189, Closes #158: Add draw.io XML export (#277)

* Added export to draw.io XML

* Corrected missing newline at end of file

* init

* moved to api call

---------

Co-authored-by: mattieserver <3049868+mattieserver@users.noreply.github.com>
This commit is contained in:
Mario
2023-04-30 15:22:38 +02:00
committed by GitHub
co-authored by mattieserver
parent 7d23cfc7eb
commit 5e9aaecf9c
11 changed files with 1372 additions and 253 deletions
+1
View File
@@ -6,5 +6,6 @@ router = NetBoxRouter()
router.register("save-coords", views.SaveCoordsViewSet)
router.register("images", views.SaveRoleImageViewSet)
router.register("xml-export", views.ExportTopoToXML)
urlpatterns = router.urls