format
This commit is contained in:
parent
55b2865387
commit
d966e88583
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
body: JSON.stringify({}),
|
||||
}
|
||||
|
||||
console.debug('OpenDocument/Calling url: ' + url)
|
||||
console.debug('OpenDocument/Calling url: ' + url)
|
||||
return fetch(url, this.withCSRFToken(options))
|
||||
.then(this.handleResponse)
|
||||
.then((res) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user