Optimized downloading of assemblies when using WebAssembly
This commit is contained in:
@ -51,7 +51,7 @@ namespace Oqtane.Services
|
||||
|
||||
public async Task CreateModuleDefinitionAsync(ModuleDefinition moduleDefinition, int moduleId)
|
||||
{
|
||||
await PostJsonAsync($"{Apiurl}?moduleid={moduleId.ToString()}", moduleDefinition);
|
||||
await PostJsonAsync($"{Apiurl}?moduleid={moduleId}", moduleDefinition);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user