소스 검색

Update src/index.ts

Co-authored-by: Lipis <lipiridis@gmail.com>
master
David Luzar 4 년 전
부모
커밋
480c9ff00a
No account linked to committer's email address
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…
취소
저장