fix: use form URL for progress requests

This commit is contained in:
2026-08-05 13:13:46 +02:00
parent e061c2b02d
commit f558832cd2
5 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class NetBoxExportConfig(PluginConfig):
name = "netbox_export"
verbose_name = "NetBox-Export"
description = "Portable ZIP export and import for tenants and locations"
version = "0.3.1"
version = "0.3.2"
author = "NetBox Export contributors"
base_url = "netbox-export"
min_version = "4.6.0"