discourse/app/assets/javascripts/admin/adapters/web-hook-event.js

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

8 lines
137 B
JavaScript
Raw Normal View History

import RESTAdapter from "discourse/adapters/rest";
export default RESTAdapter.extend({
basePath() {
return "/admin/api/";
}
});