Skip to content

Commit 5b77e39

Browse files
author
Ole Lensmar
committed
fixed incorrect port
1 parent 61ee454 commit 5b77e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guidelines/sample-server/files/responses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"NotFoundError": {
33
"description": "Entity not found",
44
"schema": {
5-
"$ref": "http://localhost:8080/models.json#/ErrorMessage"
5+
"$ref": "http://localhost:8000/models.json#/ErrorMessage"
66
}
77
}
88
}

0 commit comments

Comments
 (0)