ConfigurationService.CorsOrigins Property
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Gets the configured cors origins (weavy.cors-origins
).
Separate multiple entries with comma, e.g. https://www.example.com, https://www.example.org
public static string[] CorsOrigins { get; }
Property value
System.String[]