mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-03 12:27:35 -05:00
8 lines
137 B
Text
8 lines
137 B
Text
|
import RESTAdapter from 'discourse/adapters/rest';
|
||
|
|
||
|
export default RESTAdapter.extend({
|
||
|
basePath() {
|
||
|
return '/admin/api/';
|
||
|
}
|
||
|
});
|