Skip to content

Commit 4557605

Browse files
authored
Merge pull request #137 from HSLdevcom/AB#32128_remove_deprecated_endpoints
Ab#32128 remove deprecated endpoints
2 parents b2e6cb6 + 80e0f36 commit 4557605

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/scripts/build_and_push_image.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ docker run --rm -p 8080:8080 --env DOWNLOAD_RETRY_COUNT=1 \
5050
-h hsl-map-server --name hsl-map-server $DOCKER_IMAGE &
5151
sleep 90
5252

53-
test http://localhost:8080/map/v2/hsl-map/14/9326/4739.png 50000
54-
test http://localhost:8080/map/v2/hsl-map-sv/14/9326/4739.png 50000
55-
test http://localhost:8080/map/v2/hsl-map-fi-sv/14/9326/4739.png 50000
56-
test http://localhost:8080/map/v2/hsl-vector-map/14/9326/4739.pbf 10000
53+
test http://localhost:8080/map/v3/hsl-map/14/9326/4739.png 50000
54+
test http://localhost:8080/map/v3/hsl-map-sv/14/9326/4739.png 50000
55+
test http://localhost:8080/map/v3/hsl-map-fi-sv/14/9326/4739.png 50000
56+
test http://localhost:8080/map/v3/hsl-vector-map/14/9326/4739.pbf 10000
5757

5858
echo Stopping $DOCKER_IMAGE
5959
docker stop hsl-map-server

0 commit comments

Comments
 (0)