mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 07:43:32 +02:00
Fix missing comma
This commit is contained in:
parent
0f38c3d7a0
commit
5c18f05d05
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"concurrency": 1,
|
"concurrency": 1,
|
||||||
"timeout": 30000,
|
"timeout": 30000
|
||||||
},
|
},
|
||||||
"urls": [
|
"urls": [
|
||||||
"http://localhost:8080/",
|
"http://localhost:8080/",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue