+
{{ item.name }}
+
+
+
+
+
@@ -16,6 +24,7 @@
diff --git a/PointCloudWeb.Server/PointCloudWeb.Server/Startup.cs b/PointCloudWeb.Server/PointCloudWeb.Server/Startup.cs
index 10f1065..972cc18 100644
--- a/PointCloudWeb.Server/PointCloudWeb.Server/Startup.cs
+++ b/PointCloudWeb.Server/PointCloudWeb.Server/Startup.cs
@@ -32,6 +32,9 @@ namespace PointCloudWeb.Server
}
app.UseRouting();
+ app.UseCors(options => {
+ options.AllowAnyOrigin();
+ });
//app.UseAuthorization();