Skip to content

Commit 13031f4

Browse files
updated
1 parent 32c8440 commit 13031f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"discordLogs": {
5151
"color": "FF00FF",
5252
"footerText": null,
53-
"footerUrl": "https://cdn.discordapp.com/attachments/952004420265205810/1188643212378787940/pingobras-logo-fundo.png?ex=6682a481&is=66815301&hm=cc9c387ac2aad7fa8040738f47ae0ab43e2b77027d188e272a147b1829e3a53f&"
53+
"footerUrl": "logo.png"
5454
}
5555
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Este e um template de um servidor web node.js, ele tem um sistema de hosteamento dinâmico na rota ```/host``` que salva os arquivos e o caminho do usuario na pasta ```uploads``` e no banco de dados ``` /data/host.json ```",
55
"main": "server.js",
66
"scripts": {
7-
"start": "node --watch server.js",
7+
"start": "npm install && node --watch server.js",
88
"start:dev": "nodemon start.js",
99
"autoInstall": "npm update && npm install"
1010
},

0 commit comments

Comments
 (0)