Skip to content

Commit

Permalink
Add deprecated endpoint redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohee1207 committed Apr 9, 2024
1 parent f3f29cf commit 2411a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ redirect('/savequickreply', '/api/quick-replies/save');
// Redirect deprecated image endpoints
redirect('/uploadimage', '/api/images/upload');
redirect('/listimgfiles/:folder', '/api/images/list/:folder');
redirect('/api/content/import', '/api/content/importURL');

// Redirect deprecated moving UI endpoints
redirect('/savemovingui', '/api/moving-ui/save');
Expand Down

0 comments on commit 2411a74

Please sign in to comment.