Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit a72074e

Browse files
committed
fixing port number
1 parent cd78d36 commit a72074e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AWS-CICD/build-specs/waitForServer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ while ($statusCode -ne 200) {
2828
sleep 10
2929
# make request agains local server
3030
$statusCode = try {
31-
$responce = $(Invoke-WebRequest -Uri 'https://localhost:5000' -UseBasicParsing -ErrorAction Stop)
31+
$responce = $(Invoke-WebRequest -Uri 'http://localhost:5000' -UseBasicParsing -ErrorAction Stop)
3232
$responce.StatusCode
3333
} catch {
3434
404

0 commit comments

Comments
 (0)