Skip to content

Commit e183670

Browse files
Fix doc - missing routes registration (#95)
1 parent be1ac41 commit e183670

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

doc/installation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ return [
3030
]
3131
```
3232

33+
## Register the routes
34+
35+
```yaml
36+
# config/routes.yaml or config/routes/docusign.yaml
37+
docusign:
38+
resource: .
39+
type: docusign
40+
```
41+
3342
Next: [Configure DocuSign](configure-docusign.md)
3443
3544

0 commit comments

Comments
 (0)