Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGES-Adocoes
Adocoes
Commits
5baf5fe5
Commit
5baf5fe5
authored
7 years ago
by
Mateus Haas
Browse files
Options
Download
Plain Diff
Merge branch 'mhaas' into hml
parents
c1611096
8ec8feb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
api/src/server.js
+1
-1
api/src/server.js
with
1 addition
and
1 deletion
+1
-1
api/src/server.js
View file @
5baf5fe5
...
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help