Remove obsolete code
This commit is contained in:
parent
bfd8ca16a9
commit
1b72c97f42
@ -1,5 +1,5 @@
|
|||||||
class WebKeyDirectoryController < WellKnownController
|
class WebKeyDirectoryController < WellKnownController
|
||||||
before_action :allow_cross_origin_requests, only: [ :show ]
|
before_action :allow_cross_origin_requests
|
||||||
|
|
||||||
# /.well-known/openpgpkey/hu/:hashed_username(.txt)
|
# /.well-known/openpgpkey/hu/:hashed_username(.txt)
|
||||||
def show
|
def show
|
||||||
@ -28,7 +28,4 @@ class WebKeyDirectoryController < WellKnownController
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user