builder-server
builder-server copied to clipboard
Stop accepting the id field for Collections on Collections creation
🎉 Description
Check the Collection router and stop accepting the id
field from the front on the Collection creation. Instead, let the DB handle the id default creation using the gen_random_uuid()
method.
Related: decentraland/builder-server#320