Fix authentication for micropub slice
This commit is contained in:
6
slices/micropub/views/error.rb
Normal file
6
slices/micropub/views/error.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
module Micropub
|
||||
module Views
|
||||
class Error < View
|
||||
end
|
||||
end
|
||||
end
|
6
slices/micropub/views/not_found.rb
Normal file
6
slices/micropub/views/not_found.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
module Micropub
|
||||
module Views
|
||||
class NotFound < View
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user