Skip to content

Commit

Permalink
REST: Remove deprecated v0 routes and handlers
Browse files Browse the repository at this point in the history
Bug: T383774
Change-Id: Icd9169a5c7d43e9abcd0b9b4e62e24e0696777ac
  • Loading branch information
itamargiv committed Feb 28, 2025
1 parent bdbba41 commit d6bc4d3
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 d6bc4d3

Please sign in to comment.