mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 00:29:30 -05:00
8 lines
143 B
Text
8 lines
143 B
Text
|
import RestAdapter from 'discourse/adapters/rest';
|
||
|
|
||
|
export default RestAdapter.extend({
|
||
|
basePath() {
|
||
|
return "/admin/customize/";
|
||
|
}
|
||
|
});
|