GUI-STUDIO commited on
Commit
8eeb0e6
ยท
1 Parent(s): ddbbe35
Files changed (1) hide show
  1. src/index.ts +1 -1
src/index.ts CHANGED
@@ -36,7 +36,7 @@ app.use(
36
  );
37
 
38
  app.get("/", (c) => {
39
- return c.text("๐Ÿ”ฅ Hello Rafiki! ๐Ÿฟโ˜๏ธ๐Ÿ‘ท๐Ÿพ" + `${APP_ORIGIN} : ${REPO_ORIGIN}`);
40
  });
41
 
42
  app.get("/sha", (c) => {
 
36
  );
37
 
38
  app.get("/", (c) => {
39
+ return c.text("๐Ÿ”ฅ Hello Rafiki! ๐Ÿฟโ˜๏ธ๐Ÿ‘ท๐Ÿพ");
40
  });
41
 
42
  app.get("/sha", (c) => {