Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Damien Armillon
API Toucan
Commits
808dc095
Commit
808dc095
authored
Jan 16, 2022
by
Inès Yeterian
Browse files
go back to normal for now
parent
58641dad
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/routes/routesToucan.js
View file @
808dc095
...
...
@@ -2,7 +2,7 @@ var express = require("express");
var
fs
=
require
(
"
fs
"
);
var
path
=
require
(
"
path
"
);
var
{
celebrate
}
=
require
(
"
celebrate
"
);
var
mongoose
=
require
(
"
mongoose
"
);
var
{
newToucan
,
validId
,
validGet
,
validTitle
}
=
require
(
"
../utils/schema
"
);
var
env
=
require
(
"
../.env
"
);
var
isLogged
=
require
(
"
../utils/authentification
"
);
...
...
Write
Preview
Supports
Markdown
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