diff options
| author | Ben Busby <contact@benbusby.com> | 2022-09-07 13:05:18 -0600 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2022-09-07 13:05:18 -0600 |
| commit | 4f18793048f80afb1149cc23e81e4c2a3a63ff91 (patch) | |
| tree | 911414eec29ce5045d8bfe2d9b3aed7bf43e9b58 /services.json | |
| parent | c169c321ec0ca0a1c701fb48109173fbd26868e7 (diff) | |
| download | farside-4f18793048f80afb1149cc23e81e4c2a3a63ff91.tar.gz | |
Test bibliogram instances with post URL, not profile
User profile pages are no longer accessible from Bibliogram. This should
be addressed by Farside at some point, but for now, we should at least
be checking if posts are accessible for a particular instance.
Closes #63
Diffstat (limited to 'services.json')
| -rw-r--r-- | services.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services.json b/services.json index c892bd0..4802e6b 100644 --- a/services.json +++ b/services.json @@ -42,7 +42,7 @@ }, { "type": "bibliogram", - "test_url": "/u/officialrickastley", + "test_url": "/p/Ch2WRmiLMjj/", "fallback": "https://bibliogram.art", "instances": [ "https://bibliogram.1d4.us", |
