mirror of
https://ghfast.top/https://github.com/discourse/discourse-cakeday.git
synced 2026-07-17 11:56:24 +08:00
7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
import RESTAdapter from "discourse/adapters/rest";
|
|
|
|
export default class Cakeday extends RESTAdapter {
|
|
basePath() {
|
|
return "/cakeday/";
|
|
}
|
|
}
|