mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
8 lines
151 B
Text
8 lines
151 B
Text
|
import RestAdapter from 'discourse/adapters/rest';
|
||
|
|
||
|
export default RestAdapter.extend({
|
||
|
pathFor() {
|
||
|
return "/admin/customize/embedding";
|
||
|
}
|
||
|
});
|