mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:08:44 +08:00
74349e17c9
This commit was generated using the ember-native-class-codemod along with a handful of manual updates
8 lines
150 B
JavaScript
8 lines
150 B
JavaScript
import RestAdapter from "discourse/adapters/rest";
|
|
|
|
export default class WebHook extends RestAdapter {
|
|
basePath() {
|
|
return "/admin/api/";
|
|
}
|
|
}
|