Skip to content

Commit e371e9b

Browse files
committed
add bug reporter config
1 parent 7418feb commit e371e9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/common/config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,9 @@ WNG.vehicleRoles = {
280280

281281

282282
WNG.bugReporterConfig = {
283-
endpoint : "https://aa5qja71ih.execute-api.us-east-2.amazonaws.com/Prod/wng",
284-
githubURL : "https://api.github.com/repos/moo-man/WrathAndGlory-FoundryVTT/",
283+
repoEndpoint: "https://api.github.com/repos/moo-man/WrathAndGlory-FoundryVTT",
284+
troubleshooting : "https://moo-man.github.io/WrathAndGlory-FoundryVTT/pages/troubleshooting.html",
285285
successMessage : "Thank you for your submission. If you wish to monitor or follow up with additional details like screenshots, you can find your issue here: @URL",
286-
troubleshootingURL : "https://moo-man.github.io/WrathAndGlory-FoundryVTT/pages/troubleshooting.html"
287286
}
288287

289288

0 commit comments

Comments
 (0)