Skip to content

Commit 321e81a

Browse files
committed
docs/ops: fix port for achgateway admin server
1 parent 0339bf2 commit 321e81a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ops/cutoffs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ACHGateway supports manually triggering inbound or cutoff processing. A list of
3030
There is an endpoint to initiate cutoff processing as if a window has approached. This involves merging transfers into files, upload attempts, and audit trail storage.
3131

3232
```
33-
$ curl -XPUT http://localhost:9092/trigger-cutoff --data '{"shardNames":["testing"]}'
33+
$ curl -XPUT http://localhost:9494/trigger-cutoff --data '{"shardNames":["testing"]}'
3434
{
3535
"shards": {
3636
"testing": null,
@@ -44,7 +44,7 @@ $ curl -XPUT http://localhost:9092/trigger-cutoff --data '{"shardNames":["testin
4444
There is an endpoint to initiate processing of ODFI files which could be incoming transfers, returned files, corrected files, and pre-notifications.
4545

4646
```
47-
$ curl -XPUT http://localhost:9092/trigger-inbound
47+
$ curl -XPUT http://localhost:9494/trigger-inbound
4848
{
4949
"shards": {
5050
"testing": null,

0 commit comments

Comments
 (0)