OhMyDitzzy
commited on
Commit
·
496dca4
1
Parent(s):
3e04e3e
plugins data
Browse files
src/server/plugins/data.js
CHANGED
|
@@ -7,7 +7,7 @@ const handler = {
|
|
| 7 |
exec: async (req, res) => {
|
| 8 |
res.json({
|
| 9 |
status: 200,
|
| 10 |
-
message: "Welcome to DitzzyAPI, Lets get started by visit our documentation on: https://api.
|
| 11 |
})
|
| 12 |
}
|
| 13 |
}
|
|
|
|
| 7 |
exec: async (req, res) => {
|
| 8 |
res.json({
|
| 9 |
status: 200,
|
| 10 |
+
message: "Welcome to DitzzyAPI, Lets get started by visit our documentation on: https://ditzzy-api.hf.space/docs"
|
| 11 |
})
|
| 12 |
}
|
| 13 |
}
|