ForestAdmin / forest-express-sequelize

🌱 Express/Sequelize agent for Forest Admin to integrate directly to your existing Express/Sequelize backend application.
https://www.forestadmin.com
GNU General Public License v3.0
191 stars 47 forks source link

fix: add baseUrl to SmartActionOptions #1103

Open ThibautCuchet opened 4 months ago

ThibautCuchet commented 4 months ago

Definition of Done

General

The SmartActionOptions type was missing the props baseUrl available in the forest-express package.

Security