mirror of
https://github.com/docmost/docmost.git
synced 2026-06-10 18:16:57 +08:00
ccf9d5d99f
* fix frontend env usage
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
import { getCollaborationUrl } from "@/lib/config.ts";
|
|
|
|
const useCollaborationURL = (): string => {
|
|
return getCollaborationUrl();
|
|
};
|
|
|
|
export default useCollaborationURL;
|