diff --git a/nsupdate/api/views.py b/nsupdate/api/views.py index 95b2c76..299d39e 100644 --- a/nsupdate/api/views.py +++ b/nsupdate/api/views.py @@ -179,7 +179,7 @@ def AuthorizedNicUpdateView(request): Example URLs: - https://supdate.info/nic/update?hostname=fqdn&myip=1.2.3.4 + https://nsupdate.info/nic/update?hostname=fqdn&myip=1.2.3.4 :param request: django request object :return: HttpResponse object