From 331509e6ced2ed2b27e0d265755ae60ca3db6df1 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:11:02 +0200 Subject: [PATCH] chore: add placeholder for now --- index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.ts b/index.ts index 05bfd79..6d40ed6 100644 --- a/index.ts +++ b/index.ts @@ -9,8 +9,7 @@ const app = express() app.use(bodyParser.json()) app.get('/', (req, res) => { - res.contentType('html') - res.send('Hey! This is sern automata\'s Rest API/webhook server/control server!

Why isn\'t this on sern.dev?


Well, Cloudflare Tunnels only works on domains that you have registered in your Cloudflare account. I don\'t have control of the domain so I just use srizan.dev instead!

docs?


nah, too lazy') + res.send('insert webserver here') }) app.post('/wh/updateDocsJson', async (req, res) => {