We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 953a02a + b6d9fb0 commit 0b6a66bCopy full SHA for 0b6a66b
README.md
@@ -55,7 +55,7 @@ This will create 10 random records in dc.Sample.Person class.
55
56
You can get swagger Open API 2.0 documentation on:
57
```
58
-localhost:yourport/_spec
+localhost:52773/crud/_spec
59
60
61
This REST API exposes two GET requests: all the data and one record.
docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
restart: always
8
command: --check-caps false
9
ports:
10
- - 51773
+ - 51773:1972
11
- 52773:52773
12
- 53773
13
volumes:
0 commit comments