mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-08 11:36:40 +00: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>
3 lines
77 B
JavaScript
3 lines
77 B
JavaScript
((window.gitter = {}).chat = {}).options = {
|
|
room: 'tiangolo/fastapi'
|
|
};
|