mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Fix parameterization pt 2
This commit is contained in:
parent
493998bbd9
commit
d6b6d98d96
1 changed files with 25 additions and 24 deletions
|
@ -3,9 +3,9 @@
|
|||
"concurrency": 1,
|
||||
"timeout": 30000
|
||||
},
|
||||
"urls": {
|
||||
[
|
||||
"http://localhost:8080/",
|
||||
"urls": [
|
||||
{
|
||||
["http://localhost:8080/",
|
||||
"http://localhost:8080/health/",
|
||||
"http://localhost:8080/request/",
|
||||
"http://localhost:8080/request/organization/",
|
||||
|
@ -27,4 +27,5 @@
|
|||
"WCAG2AA.Principle2.Guideline2_2.2_2_1.H91"
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue