Skip to content

Commit 0b6a66b

Browse files
authored
Merge pull request #11 from rcemper/master
correct 2 minor typo
2 parents 953a02a + b6d9fb0 commit 0b6a66b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This will create 10 random records in dc.Sample.Person class.
5555

5656
You can get swagger Open API 2.0 documentation on:
5757
```
58-
localhost:yourport/_spec
58+
localhost:52773/crud/_spec
5959
```
6060

6161
This REST API exposes two GET requests: all the data and one record.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
restart: always
88
command: --check-caps false
99
ports:
10-
- 51773
10+
- 51773:1972
1111
- 52773:52773
1212
- 53773
1313
volumes:

0 commit comments

Comments
 (0)