🎨 Change path

pull/286/head
BeiyanYunyi 2024-03-04 19:39:13 +08:00 committed by Rizumu Ayaka
parent 21fca698b3
commit fc86060b18
2 changed files with 1 additions and 2 deletions

View File

@ -48,4 +48,3 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_PAGES_ACCOUNT }}
projectName: rle-wiki
directory: docs/.vitepress/dist
wranglerVersion: '3'

View File

@ -23,7 +23,7 @@ app.onError((err, c) => {
return c.json(newError500(), 500);
});
app.get("/", (c) => {
app.get("/api", (c) => {
return c.text("Hello, Project Trans SuggestionBox!");
});