Skip to content

Instantly share code, notes, and snippets.

@steadylearner
Created May 16, 2019 13:14
Show Gist options
  • Save steadylearner/76499701786a355f0b430ee10641573b to your computer and use it in GitHub Desktop.
Save steadylearner/76499701786a355f0b430ee10641573b to your computer and use it in GitHub Desktop.
#[get("/chat")]
pub fn chat() -> io::Result<NamedFile> {
NamedFile::open("static/chat/index.html")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment