FictionalDevelopers / tick-take-client

0 stars 0 forks source link

Create Auction creation page #8

Open dmitry-honcharuk opened 4 years ago

dmitry-honcharuk commented 4 years ago

Create Auction creation page /profile/auctions/new


Should contain form with following fields:


Request should be done to: POST /api/auctions

Body parameters to send:


After successful submission user should be redirected to _/profile/auctions/[AUCTIONID] page