A new settings section in the review queue allows admins to specify that certain types of flags should be weighted higher than others.
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
import RestAdapter from "discourse/adapters/rest";
|
|
|
|
export default RestAdapter.extend({
|
|
pathFor() {
|
|
return "/review/settings";
|
|
}
|
|
});
|