mirror of
https://github.com/discourse/discourse.git
synced 2024-12-27 12:13:51 +08:00
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
|
import RestAdapter from "discourse/adapters/rest";
|
||
|
|
||
|
export default class Permalink extends RestAdapter {
|
||
|
basePath() {
|
||
|
return "/admin/";
|
||
|
}
|
||
|
}
|