mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
The snac page has been renamed to what-is-snac.
This commit is contained in:
parent
ec48b8ef8c
commit
ff4cee0b5c
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path,
|
|||
ins = xs_dict_append(ins, "domain", host);
|
||||
ins = xs_dict_append(ins, "title", host);
|
||||
ins = xs_dict_append(ins, "version", "4.0.0 (not true; really " USER_AGENT ")");
|
||||
ins = xs_dict_append(ins, "source_url", "https:/" "/comam.es/snac-source");
|
||||
ins = xs_dict_append(ins, "source_url", "https:/" "/comam.es/what-is-snac");
|
||||
ins = xs_dict_append(ins, "description", host);
|
||||
|
||||
xs *susie = xs_fmt("%s/susie.png", srv_baseurl);
|
||||
|
|
Loading…
Reference in a new issue