Skip to content

Commit

Permalink
Merge pull request #764 from nhsx/feature/17300-upload-analytics-txt
Browse files Browse the repository at this point in the history
Add analytics.txt to nhsx
  • Loading branch information
jkeasley authored Dec 13, 2022
2 parents 5dcb251 + bb2301d commit b2d0b11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ def robots(request):
AuthorAutocomplete.as_view(),
name="author-autocomplete",
),
url(
r"^analytics\.txt",
TemplateView.as_view(template_name="analytics.txt", content_type="text/plain"),
),
]


Expand Down
1 change: 1 addition & 0 deletions app/templates/analytics.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GooGhywoiu9839t543j0s7543uw1 - pls add [email protected] to GA account UA-137452494 with ‘Manage Users and Edit’ permissions - date 8 December 2022.

0 comments on commit b2d0b11

Please sign in to comment.