mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 22:59:57 +08:00
Implement basic settings page
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
import Model from 'flarum/Model';
|
||||
|
||||
export default class Forum extends Model {}
|
||||
export default class Forum extends Model {
|
||||
apiEndpoint() {
|
||||
return '/forum';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user