Skip to content

Commit 6c88659

Browse files
committed
chore: fix json schema url
Schema Store seem to have changed the URL; and while the previous 'json' subdomain should redirect, it seems flakey and results in failures in CI. In addition, removing the Taplo pre-commit hook as it is no longer maintained.
1 parent 3f59bf7 commit 6c88659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/OrdersApi/Provider/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json.schemastore.org/launchsettings.json",
2+
"$schema": "http://www.schemastore.org/launchsettings.json",
33
"iisSettings": {
44
"windowsAuthentication": false,
55
"anonymousAuthentication": true,

0 commit comments

Comments
 (0)