link to wiki
This commit is contained in:
parent
0a85841c5b
commit
136c16bc3b
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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."
|
||||||
|
|
Loading…
Reference in a new issue