forked from ScoDoc/DocScoDoc
19 lines
258 B
Markdown
19 lines
258 B
Markdown
### logo
|
|
|
|
#### GET /logo/B
|
|
```json
|
|
{
|
|
"Content-Disposition": "inline; filename=logo_B.jpg",
|
|
"Content-Type": "image/jpg"
|
|
}
|
|
```
|
|
|
|
#### GET /logo/C
|
|
```json
|
|
{
|
|
"Content-Disposition": "inline; filename=logo_C.png",
|
|
"Content-Type": "image/png"
|
|
}
|
|
```
|
|
|