backend-plus 2.5.2-betha.26 → 2.5.2-betha.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/backend-plus.d.ts +1 -0
- package/package.json +1 -1
package/lib/backend-plus.d.ts
CHANGED
|
@@ -401,6 +401,7 @@ export interface AppConfigServer
|
|
|
401
401
|
bitacoraTableName: string
|
|
402
402
|
useCors: boolean //habilita Cross-Origin Resource Sharing
|
|
403
403
|
allowedHosts:string[] //determina API allowed hosts (necesita habilitar useCors)
|
|
404
|
+
policy?:string
|
|
404
405
|
}
|
|
405
406
|
export interface AppConfigDb
|
|
406
407
|
{
|
package/package.json
CHANGED