discourse/app/assets/javascripts/admin/addon/adapters/staff-action-log.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
139 B
JavaScript
Raw Normal View History

import RestAdapter from "discourse/adapters/rest";
export default RestAdapter.extend({
basePath() {
return "/admin/logs/";
},
});