Skip to content

Commit

Permalink
修复:拼写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
guobao2333 committed Sep 13, 2024
1 parent 2a01c4b commit eb8ae66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function post(req, res) {
async function get(req, res) {
res.json({
code: 200,
message: "Welcome to the DeepL Free API. Please POST to '/translate'. This program is published in accordance with the terms of GUN AGPL-3.0. Visit 'https://github.com/guobao2333/DeepLX-Serverless' for more information."
message: "Welcome to the DeepL Free API. Please POST to '/translate'. This program is published in accordance with the terms of GNU/AGPLv3. Visit 'https://github.com/guobao2333/DeepLX-Serverless' for more information."
});
};

Expand Down

0 comments on commit eb8ae66

Please sign in to comment.