mirror of
https://ghfast.top/https://github.com/discourse/discourse-cakeday.git
synced 2026-07-16 11:47:40 +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/";
|
|
}
|
|
}
|