fetch PointCloudInfo from Server

This commit is contained in:
Tim Wundenberg
2021-07-30 22:31:29 +02:00
parent 8bef0824ce
commit 828c039911
9 changed files with 98 additions and 14 deletions

View File

@@ -32,6 +32,9 @@ namespace PointCloudWeb.Server
}
app.UseRouting();
app.UseCors(options => {
options.AllowAnyOrigin();
});
//app.UseAuthorization();