Skip to content

Commit

Permalink
Removed trailing command that results in a warning (#108584)
Browse files Browse the repository at this point in the history
Co-authored-by: Dirk Lemstra <dirk@lemstra.org>
  • Loading branch information
github-actions[bot] and dlemstra authored Oct 9, 2024
1 parent 5c0d226 commit 24cfc7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
}
}
}

0 comments on commit 24cfc7c

Please sign in to comment.