mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
FEATURE: manage Permalinks
This commit is contained in:
3
app/serializers/permalink_serializer.rb
Normal file
3
app/serializers/permalink_serializer.rb
Normal file
@ -0,0 +1,3 @@
|
||||
class PermalinkSerializer < ApplicationSerializer
|
||||
attributes :id, :url, :topic_id, :post_id, :category_id, :external_url
|
||||
end
|
Reference in New Issue
Block a user