mirror of
https://github.com/discourse/discourse.git
synced 2025-03-02 17:29:25 +00:00
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
|
import { registerUnbound } from "discourse-common/lib/helpers";
|
||
|
import getUrl from "discourse-common/lib/get-url";
|
||
|
|
||
|
registerUnbound("get-url", value => getUrl(value));
|