1
0
mirror of https://github.com/flarum/core.git synced 2025-07-14 05:16:24 +02:00

API: Provide forum info under /

Closes #875.
This commit is contained in:
Franz Liedke
2018-02-11 16:38:02 +01:00
parent 160493e725
commit f0cea11e79
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@ import Model from 'flarum/Model';
export default class Forum extends Model {
apiEndpoint() {
return '/forum';
return '/';
}
}