Fix authentication for micropub slice

This commit is contained in:
2023-11-19 09:34:59 +11:00
parent ef70633aa5
commit f63df9b1ca
5 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
module Micropub
module Views
class Error < View
end
end
end

View File

@@ -0,0 +1,6 @@
module Micropub
module Views
class NotFound < View
end
end
end