mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-27 23:39:17 -05:00
* implemented chat feature using sidecar from starlette docs * 🔥 Use external Gitter sidecar JS * ✨ Re-implement Gitter chat after multi-lang * 🔥 Remove moved file Co-authored-by: Aakash Nand <aakashnand@nttv6.jp> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
((window.gitter = {}).chat = {}).options = {
|
|
room: 'tiangolo/fastapi'
|
|
};
|