fetch PointCloudInfo from Server
This commit is contained in:
@@ -32,6 +32,9 @@ namespace PointCloudWeb.Server
|
||||
}
|
||||
|
||||
app.UseRouting();
|
||||
app.UseCors(options => {
|
||||
options.AllowAnyOrigin();
|
||||
});
|
||||
|
||||
//app.UseAuthorization();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user