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) => {