Skip to content

Commit

Permalink
fix: add missing get layout templates task name
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Feb 1, 2024
1 parent a564a48 commit 3cf6008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ app.post(baseRoute, baseHandler);

// get templates request
app.get(`${baseRoute}Get%20Layout%20Templates%20Info/:service?`, getHandler('getTemplatesTaskName'));
app.get(`${baseRoute}Get%20Layout%20Templates%20Info%20Task/:service?`, getHandler('getTemplatesTaskName'));
app.post(`${baseRoute}Export%20Web%20Map%20Task/:service`, getHandler('exportTaskName'));

// main export request
Expand Down

0 comments on commit 3cf6008

Please sign in to comment.