From 136c16bc3b03af299ddea53c377182aff4d299b6 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 25 Jan 2024 17:08:23 +0000 Subject: [PATCH] link to wiki --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d29e74e..bb40baa 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ function randomFileInDir(directory) { app.get("/", (req, res) => { res.send({ info: "Welcome to the API! It's still a work in process, so there's not much here yet. I don't really know how to do APIs yet so expect it to suck if I add anything.", - documentation: "https://codeberg.org/Bingus_Violet/api.violets-purgatory.dev", + documentation: "https://codeberg.org/Bingus_Violet/api.violets-purgatory.dev/wiki", current_commands: { "/v1/pfp": { description: "Generates a random PFP. For use on the main page & with UserPFP on Discord."