mirror of
https://github.com/discourse/discourse.git
synced 2025-02-01 07:37:14 +08:00
8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
|
export default {
|
||
|
"/admin/reports/likes": {
|
||
|
report: {
|
||
|
report_key: "likes"
|
||
|
}
|
||
|
}
|
||
|
};
|