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

8 lines
137 B
Plaintext
Raw Normal View History

2018-06-15 23:03:24 +08:00
import RESTAdapter from "discourse/adapters/rest";
export default RESTAdapter.extend({
basePath() {
2018-06-15 23:03:24 +08:00
return "/admin/api/";
}
});