mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
fix: update import path for getPublicIpWithFallback in enterprise utility
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { getPublicIpWithFallback } from "@dokploy/server/index";
|
||||
import { getPublicIpWithFallback } from "@dokploy/server";
|
||||
|
||||
const LICENSE_KEY_URL = process.env.LICENSE_KEY_URL || "http://localhost:4002";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user