diff --git a/changelog.d/features/13923-plural-local-core-endpoints.md b/changelog.d/features/13923-plural-local-core-endpoints.md new file mode 100644 index 0000000000..25b930384b --- /dev/null +++ b/changelog.d/features/13923-plural-local-core-endpoints.md @@ -0,0 +1 @@ +- **feat(proxy):** support multiple local core endpoints, one per line ([#13923](https://github.com/diegosouzapw/OmniRoute/pull/13923) — thanks @maxmad64bis) diff --git a/src/app/(dashboard)/dashboard/settings/components/proxy/SubscriptionTab.tsx b/src/app/(dashboard)/dashboard/settings/components/proxy/SubscriptionTab.tsx index bac00d4b8d..db9f299628 100644 --- a/src/app/(dashboard)/dashboard/settings/components/proxy/SubscriptionTab.tsx +++ b/src/app/(dashboard)/dashboard/settings/components/proxy/SubscriptionTab.tsx @@ -338,7 +338,8 @@ export default function SubscriptionTab() {