Skip to content

Commit 7dba62b

Browse files
committed
Fix typo inside APP_HOST
1 parent a1956d2 commit 7dba62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
APP_NAME="express-typescript-boilerplate"
55
APP_ENV="local"
6-
APP_HOST="http://localhost:3000"
6+
APP_HOST="http://localhost"
77
APP_URL_PREFIX="/api"
88
APP_PORT=3000
99

0 commit comments

Comments
 (0)