mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 12:24:37 +08: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));
|