link to wiki

This commit is contained in:
Bingus_Violet 2024-01-25 17:08:23 +00:00
parent 0a85841c5b
commit 136c16bc3b

View file

@ -14,7 +14,7 @@ function randomFileInDir(directory) {
app.get("/", (req, res) => { app.get("/", (req, res) => {
res.send({ 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.", 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: { current_commands: {
"/v1/pfp": { "/v1/pfp": {
description: "Generates a random PFP. For use on the main page & with UserPFP on Discord." description: "Generates a random PFP. For use on the main page & with UserPFP on Discord."