mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-01-27 04:16:09 +00:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
|
import { getBaseLocal } from "@utils/env";
|
||
|
|
||
|
export default function getHttpBaseInternal() {
|
||
|
return getBaseLocal(); // Don't use secure here
|
||
|
}
|