mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-22 02:34:48 +08:00
bar -> baz in the subdomains doc
This commit is contained in:
@@ -273,7 +273,7 @@ The API endpoints `/v1/users/<foo.bar.tld>`,
|
||||
For example:
|
||||
|
||||
```
|
||||
curl http://localhost:6270/v1/names/bar.foo.id | python -m json.tool
|
||||
curl http://localhost:6270/v1/names/baz.foo.id | python -m json.tool
|
||||
```
|
||||
|
||||
Will return:
|
||||
@@ -289,8 +289,6 @@ Will return:
|
||||
}
|
||||
```
|
||||
|
||||
The integration test registers `bar.foo.id` during the setup (so remember that for your own testing!)
|
||||
|
||||
### Running an interactive testing environment with the Subdomain Registrar service
|
||||
|
||||
Follow the [instructions here](../integration_tests/README.md) to download the regtesting Docker image.
|
||||
|
||||
Reference in New Issue
Block a user