Spaces:
Paused
Paused
Update index.js
Browse files
index.js
CHANGED
|
@@ -230,7 +230,7 @@ function wrapText(ctx, text, x, y, maxWidth, lineHeight) {
|
|
| 230 |
|
| 231 |
app.get('*', (req, res) => {
|
| 232 |
const documentation = {
|
| 233 |
-
description: '
|
| 234 |
totalRequest: totalReq,
|
| 235 |
endpoints: [
|
| 236 |
{
|
|
|
|
| 230 |
|
| 231 |
app.get('*', (req, res) => {
|
| 232 |
const documentation = {
|
| 233 |
+
description: 'API documentation for generating image using canvas',
|
| 234 |
totalRequest: totalReq,
|
| 235 |
endpoints: [
|
| 236 |
{
|