AB#6233 - Added HttpPost to ensure only posts are possible

This commit is contained in:
Bjarke Berg
2020-05-07 10:13:54 +02:00
parent e4dfdbb504
commit e3f9b94fd0
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"umbracoDbDSN": "Server=(LocalDB)\\Umbraco;Database=NetCore2;Integrated Security=true"
"umbracoDbDSN": ""
},
"Logging": {
"LogLevel": {
@@ -119,4 +119,4 @@
}
}
}
}
}