diff options
Diffstat (limited to 'rest.php')
-rw-r--r-- | rest.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ use MediaWiki\Rest\EntryPoint; +define( 'MW_REST_API', true ); +define( 'MW_ENTRY_POINT', 'rest' ); + require __DIR__ . '/includes/WebStart.php'; EntryPoint::main(); |