mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:35:48 +08:00
74349e17c9
This commit was generated using the ember-native-class-codemod along with a handful of manual updates
8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
import RestAdapter from "discourse/adapters/rest";
|
|
|
|
export default class Embedding extends RestAdapter {
|
|
pathFor() {
|
|
return "/admin/customize/embedding";
|
|
}
|
|
}
|