GUI-STUDIO commited on
Commit ยท
8eeb0e6
1
Parent(s): ddbbe35
cleanup
Browse files- 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! ๐ฟโ๏ธ๐ท๐พ"
|
| 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) => {
|