Skip to content

Commit

Permalink
Fix format with comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Oct 27, 2023
1 parent 0e39423 commit ca4cde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/main/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
re_path(r"^api/v1/", include(("api.v1.urls", "api"), namespace="v1")),
path(
"DomainVerification.html",
TemplateView.as_view(template_name="DomainVerification.html")
TemplateView.as_view(template_name="DomainVerification.html"),
),
]

Expand Down

0 comments on commit ca4cde6

Please sign in to comment.