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