Fix #5227: Error on note previews due to URL length limit

Allow either GET or POST for /note_previews.
This commit is contained in:
evazion
2022-08-24 16:27:05 -05:00
parent 4215d5ed86
commit 3f10eeb954
3 changed files with 4 additions and 2 deletions

View File

@@ -11,4 +11,6 @@ class NotePreviewsController < ApplicationController
end
end
end
alias_method :create, :show
end