ip logging for error reporting

This commit is contained in:
2024-04-08 09:46:25 +01:00
parent e532e0a0ab
commit fac12242e9
19 changed files with 96 additions and 29 deletions
+2
View File
@@ -30,6 +30,8 @@ module.exports = {
"/searchresults": ["search", "case"],
"/viewall": ["search"],
"/case": ["case"],
"/case/*": ["case"],
"/case/[ticketnumber]": ["case"],
"/myportal/representation": ["case", "myrepresentations", "common"],
"/myportal/error": ["myportal", "common"],
"/newappeal": ["newappeal"],