1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/webserver/WebServer API_ Get Favicon.tid
2018-10-02 14:16:58 +01:00

21 lines
352 B
Plaintext

created: 20181002123308575
modified: 20181002124103586
tags: [[WebServer API]]
title: WebServer API: Get Favicon
type: text/vnd.tiddlywiki
Get the favicon for the wiki from the tiddler $:/favicon.ico
```
GET /favicon.ico
```
Parameters:
* none
Response:
* 200 OK
*> `Content-Type: image/x-icon`
*> Body: image data from the tiddler $:/favicon.ico