瀏覽代碼

Update src/index.ts

Co-authored-by: Lipis <lipiridis@gmail.com>
master
David Luzar 4 年之前
父節點
當前提交
480c9ff00a
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/index.ts

+ 1
- 1
src/index.ts 查看文件

@@ -11,7 +11,7 @@ const app = express();
11 11
 const port = process.env.PORT || 80; // default port to listen
12 12
 
13 13
 app.get("/", (req, res) => {
14
-  res.send("Excalidraw collab server is up :)");
14
+  res.send("Excalidraw collaboration server is up :)");
15 15
 });
16 16
 
17 17
 const server = http.createServer(app);

Loading…
取消
儲存