HackFSU / hackfsu-2018

HackFSU Website & Api
https://hackfsu.com
5 stars 14 forks source link

Add routes for adding/editing announcements #22

Closed Randy424 closed 6 years ago

andrewsosa commented 6 years ago

Maybe set the ApiView to allow POST and GET, while PublicApiView only allows GET

andrewsosa commented 6 years ago

~/api/views/hackathon/updates POST (create 1) GET (retrieve all)~ ~/api/views/hackathon/updates/:id GET (retrieve 1), PUT (modify 1)~

See

andrewsosa commented 6 years ago

This is going to be integrated into #67

andrewsosa commented 6 years ago

Implemented along with #67 in 20dbfbb304aef9e29015711f1565517634037e1c