summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
authorGravatar default2023-04-12 20:40:44 +0200
committerGravatar default2023-04-12 20:40:44 +0200
commitff4cee0b5cbbafe50caf9773c0dff2459193dfbd (patch)
tree9556d261be9f7362c910bb818ae2518b7e89786d /mastoapi.c
parentRelationships can only be queried if logged in. (diff)
downloadsnac2-ff4cee0b5cbbafe50caf9773c0dff2459193dfbd.tar.gz
snac2-ff4cee0b5cbbafe50caf9773c0dff2459193dfbd.tar.xz
snac2-ff4cee0b5cbbafe50caf9773c0dff2459193dfbd.zip
The snac page has been renamed to what-is-snac.
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastoapi.c b/mastoapi.c
index b579a76..9e9b572 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -923,7 +923,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path,
923 ins = xs_dict_append(ins, "domain", host); 923 ins = xs_dict_append(ins, "domain", host);
924 ins = xs_dict_append(ins, "title", host); 924 ins = xs_dict_append(ins, "title", host);
925 ins = xs_dict_append(ins, "version", "4.0.0 (not true; really " USER_AGENT ")"); 925 ins = xs_dict_append(ins, "version", "4.0.0 (not true; really " USER_AGENT ")");
926 ins = xs_dict_append(ins, "source_url", "https:/" "/comam.es/snac-source"); 926 ins = xs_dict_append(ins, "source_url", "https:/" "/comam.es/what-is-snac");
927 ins = xs_dict_append(ins, "description", host); 927 ins = xs_dict_append(ins, "description", host);
928 928
929 xs *susie = xs_fmt("%s/susie.png", srv_baseurl); 929 xs *susie = xs_fmt("%s/susie.png", srv_baseurl);