Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
query
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
proxies
query
Commits
95ad6801
Commit
95ad6801
authored
3 years ago
by
Damien DESPRES
Browse files
Options
Downloads
Plain Diff
Merge branch 'development' into 'master'
fix #11857 See merge request
!12
parents
2e06eec1
2b89ca11
Branches
Branches containing commit
No related tags found
1 merge request
!12
fix #11857
Pipeline
#17701
passed
3 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
routes/download.routes.js
+2
-2
2 additions, 2 deletions
routes/download.routes.js
with
2 additions
and
2 deletions
routes/download.routes.js
+
2
−
2
View file @
95ad6801
...
@@ -68,7 +68,7 @@ router.get('/kml/:repo*', async (req, res) => {
...
@@ -68,7 +68,7 @@ router.get('/kml/:repo*', async (req, res) => {
router
.
get
(
'
/wcs/:repo*
'
,
async
(
req
,
res
)
=>
{
router
.
get
(
'
/wcs/:repo*
'
,
async
(
req
,
res
)
=>
{
const
layer
=
req
.
query
.
identifiers
||
req
.
query
.
IDENTIFIERS
;
const
layer
=
req
.
query
.
identifiers
||
req
.
query
.
IDENTIFIERS
||
req
.
query
.
COVERAGE
;
try
{
try
{
...
@@ -122,4 +122,4 @@ router.get('/actes*', async (req, res) => {
...
@@ -122,4 +122,4 @@ router.get('/actes*', async (req, res) => {
}
}
});
});
module
.
exports
=
router
;
module
.
exports
=
router
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment