discourse/app/assets/javascripts/admin/addon/adapters/customization-base.js

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

8 lines
144 B
JavaScript
Raw Normal View History

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