Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/9899b6ec80dd1dc2ac43966f3c3cdb4625296e53 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(Starr): Update HTSR Custom Formats ()

pull/1811/head
yammes08 1 year ago committed by GitHub
parent 2e959574ae
commit 9899b6ec80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(HTSR)\\b"
"value": "\\b(HTSR|HS)\\b"
}
},
{

@ -13,7 +13,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(HTSR)\\b"
"value": "\\b(HTSR|HS)\\b"
}
},
{

Loading…
Cancel
Save