mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
Fix CC issues
This commit is contained in:
parent
ef5c4bd54e
commit
556008debe
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module Api
|
||||||
serializer.to_json
|
serializer.to_json
|
||||||
end
|
end
|
||||||
|
|
||||||
render json: {count: domains.count, domains: serialized_domains}
|
render json: { count: domains.count, domains: serialized_domains }
|
||||||
end
|
end
|
||||||
|
|
||||||
def show
|
def show
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue