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