Commit 5baf5fe5 authored by Mateus Haas's avatar Mateus Haas
Browse files

Merge branch 'mhaas' into hml

parents c1611096 8ec8feb0
Showing with 1 addition and 1 deletion
+1 -1
......@@ -35,7 +35,7 @@ const charSet = config.charSet;
server.get("/", function (req, res) {
const moment = require("moment");
var now = moment();
console.log("Adoções API em execução: " + req.headers);
console.log("Adoções API em execução h445: " + req.headers);
res.charSet(charSet);
res.json(200, {
estado: "Adoções API em execução há " + process.uptime() + " segundos",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment