mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 16:23:37 +08:00
8 lines
114 B
JavaScript
8 lines
114 B
JavaScript
import Model from '../Model';
|
|
|
|
export default class Forum extends Model {
|
|
apiEndpoint() {
|
|
return '/';
|
|
}
|
|
}
|