OhMyDitzzy commited on
Commit
496dca4
·
1 Parent(s): 3e04e3e

plugins data

Browse files
Files changed (1) hide show
  1. src/server/plugins/data.js +1 -1
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.ditzzy.my.id/docs"
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
  }