mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
7 lines
101 B
CoffeeScript
Executable File
7 lines
101 B
CoffeeScript
Executable File
module.exports=
|
|
|
|
dropbox: (req, res)->
|
|
res.render "info/dropbox",
|
|
title: 'Dropbox with LaTeX'
|
|
|