diff options
| author | Ben Busby <contact@benbusby.com> | 2023-11-15 14:51:46 -0700 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2023-11-15 14:51:51 -0700 |
| commit | ed4b88586868d037489daa44e903a52286f8d31c (patch) | |
| tree | 4e1a749e8164be950bb6aad7f9039285e8bee5a2 | |
| parent | e7d27ea1d6f425b18b427a8ddfa4a359ccce1dae (diff) | |
| download | farside-ed4b88586868d037489daa44e903a52286f8d31c.tar.gz | |
Update 4get test endpoint
Closes #142
| -rw-r--r-- | services-full.json | 2 | ||||
| -rw-r--r-- | services.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services-full.json b/services-full.json index d4bdc8b..6996e4b 100644 --- a/services-full.json +++ b/services-full.json @@ -516,7 +516,7 @@ }, { "type": "4get", - "test_url": "/web?s=<%=query%>", + "test_url": "/ami4get", "fallback": "https://4get.ca", "instances": [ "https://4get.ca", diff --git a/services.json b/services.json index 97261c6..1c67319 100644 --- a/services.json +++ b/services.json @@ -464,7 +464,7 @@ }, { "type": "4get", - "test_url": "/web?s=<%=query%>", + "test_url": "/ami4get", "fallback": "https://4get.ca", "instances": [ "https://4get.ca", |
