GSG-G7 / sitspot

http://sitspot2.herokuapp.com/
0 stars 0 forks source link

GET /api/v1/keywords #46

Closed Amoodaa closed 4 years ago

Amoodaa commented 5 years ago

Description:

a route to send all the keywords to the react client

Response:

{
keywords: [
           {text:'something', value:'something'},
            ...
            ...
            ...
          {text:'something', value:'something'}
 ]
}