MediaWiki 1.39.8
rest.php
Go to the documentation of this file.
1<?php
2
25
26define( 'MW_REST_API', true );
27define( 'MW_ENTRY_POINT', 'rest' );
28
29require __DIR__ . '/includes/WebStart.php';
30
31EntryPoint::main();