Skip to content

Commit

Permalink
Merge pull request #2363 from nextcloud/test/nextcloud/fix-news-fixtu…
Browse files Browse the repository at this point in the history
…re-hosts
  • Loading branch information
provokateurin authored Aug 7, 2024
2 parents 1d44736 + 12788cc commit bf0262a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POST http://localhost/index\.php/apps/news/api/v1-3/feeds\?url=http%3A%2F%2Flocalhost%2Fstatic%2Fwikipedia\.xml
POST http://localhost/index\.php/apps/news/api/v1-3/feeds\?url=http%3A%2F%2F.*%2Fstatic%2Fwikipedia\.xml
accept: application/json
authorization: Basic mock
GET http://localhost/index\.php/apps/news/api/v1-3/items\?type=6&id=0&getRead=1&batchSize=-1&offset=0&oldestFirst=0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POST http://localhost/index\.php/apps/news/api/v1-3/feeds\?url=http%3A%2F%2Flocalhost%2Fstatic%2Fwikipedia\.xml
POST http://localhost/index\.php/apps/news/api/v1-3/feeds\?url=http%3A%2F%2F.*%2Fstatic%2Fwikipedia\.xml
accept: application/json
authorization: Basic mock
GET http://localhost/index\.php/apps/news/api/v1-3/items\?type=3&id=0&getRead=1&batchSize=-1&offset=0&oldestFirst=0
Expand Down

0 comments on commit bf0262a

Please sign in to comment.