@serverless/platform-sdk
Advanced tools
Comparing version
@@ -217,4 +217,4 @@ 'use strict'; | ||
dashboardUrl += `services/${this.data.serviceName}/`; | ||
dashboardUrl += `stages/${this.data.stageName}/`; | ||
dashboardUrl += `regions/${this.data.regionName}`; | ||
dashboardUrl += `stage/${this.data.stageName}/`; | ||
dashboardUrl += `region/${this.data.regionName}`; | ||
@@ -221,0 +221,0 @@ // Fetch access key |
{ | ||
"name": "@serverless/platform-sdk", | ||
"version": "0.6.0-23-g3632763", | ||
"version": "0.6.0-25-g91cc266", | ||
"description": "Serverless Platform SDK", | ||
@@ -5,0 +5,0 @@ "author": "Serverless, Inc.", |
Sorry, the diff of this file is not supported yet
147633
0