Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
fix(feedback): change path to avoid route collision (#464)
Browse files Browse the repository at this point in the history
* fix(feedback): change path to avoid route collision

* chore: Documentation updated by github actions
  • Loading branch information
Arinono authored Feb 16, 2023
1 parent f535525 commit 8135a6b
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 74 deletions.
148 changes: 75 additions & 73 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/routes/settings/feedback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Response = void;

const controllerGeneratorOptions: ControllerGeneratorOptionsWithoutClientOrSupplier = {
method: 'post',
path: '/',
path: '/feedback',
right: {},
body: Joi.object().keys({
theme: Joi.string().allow(null).example('Email theme').max(255),
Expand Down

0 comments on commit 8135a6b

Please sign in to comment.