Skip to content

Commit

Permalink
Merge "REST: Remove deprecated v0 routes and handlers"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Mar 3, 2025
2 parents 3512e5d + d6bc4d3 commit 55c708c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 429 deletions.
60 changes: 0 additions & 60 deletions repo/domains/crud/src/RouteHandlers/V0RouteHandler.php

This file was deleted.

53 changes: 0 additions & 53 deletions repo/domains/crud/tests/mocha/api-testing/V0ErrorTest.js

This file was deleted.

6 changes: 0 additions & 6 deletions repo/rest-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@

**As of REL1_44, the Wikibase REST API is enabled when the Wikibase repo extension is loaded**

To enable the production-ready routes, in versions prior to REL1_44, add the following line to your `LocalSettings.php` file:

```php
$wgRestAPIAdditionalRouteFiles[] = 'extensions/Wikibase/repo/rest-api/routes.json';
```

To enable routes in development (not recommended for production use), also add:

```php
Expand Down
Loading

0 comments on commit 55c708c

Please sign in to comment.