CorsScope
CorsScope = {
exact:string; } | {prefix:string; }
Defined in: packages/server/src/router.ts:19
A CORS scope is matched either by exact pathname or by pathname prefix (e.g. /api/).
CorsScope = {
exact:string; } | {prefix:string; }
Defined in: packages/server/src/router.ts:19
A CORS scope is matched either by exact pathname or by pathname prefix (e.g. /api/).