Fix parameterization

This commit is contained in:
Rebecca Hsieh 2024-05-30 08:54:54 -07:00
parent 061920f538
commit 493998bbd9
No known key found for this signature in database

View file

@ -3,7 +3,8 @@
"concurrency": 1,
"timeout": 30000
},
"urls": [
"urls": {
[
"http://localhost:8080/",
"http://localhost:8080/health/",
"http://localhost:8080/request/",
@ -25,4 +26,5 @@
"ignore": [
"WCAG2AA.Principle2.Guideline2_2.2_2_1.H91"
],
}
}