mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 11:58:15 +08:00
This commit was generated using the ember-native-class-codemod along with a handful of manual updates
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
import RestAdapter from "discourse/adapters/rest";
|
|
|
|
export default class Embedding extends RestAdapter {
|
|
pathFor() {
|
|
return "/admin/customize/embedding";
|
|
}
|
|
}
|