mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
✨ Migrated widget modals from integration modals
This commit is contained in:
@@ -13,7 +13,7 @@ async function Get(req: NextApiRequest, res: NextApiResponse) {
|
||||
|
||||
const config = getConfig(configName);
|
||||
|
||||
const dashDotUrl = config.integrations.dashDot?.properties.url;
|
||||
const dashDotUrl = config.integrations.dashdot?.properties.url;
|
||||
|
||||
if (!dashDotUrl) {
|
||||
return res.status(400).json({
|
||||
|
||||
Reference in New Issue
Block a user