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

8 lines
137 B
Plaintext
Raw Normal View History

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