Skip to content

Commit f404ab6

Browse files
fix: update local development server URL to include '/api' prefix
1 parent e11612b commit f404ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Servers/swagger.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
version: 1.0.0
66

77
servers:
8-
- url: http://localhost:3000
8+
- url: http://localhost:3000/api
99
description: Local development server
1010

1111
paths:

0 commit comments

Comments
 (0)