Plugins: Ignore trailing slash in root URL check (#35338)

* ignore trailing slash in root URL check

* apply pr feedback
This commit is contained in:
Will Browne
2021-06-09 09:57:32 +02:00
committed by GitHub
parent 35168764c3
commit 873e20b7ae
4 changed files with 88 additions and 4 deletions
@@ -0,0 +1,16 @@
{
"type": "datasource",
"name": "Test",
"id": "test",
"backend": true,
"executable": "test",
"state": "alpha",
"info": {
"version": "1.0.0",
"description": "Test",
"author": {
"name": "Will Browne",
"url": "https://willbrowne.com"
}
}
}