bluewave-labs / bluewave-onboarding

https://bluewavelabs.ca
GNU Affero General Public License v3.0
22 stars 3 forks source link

Implement services(endpoint) for the Popup page #120

Closed uparkalau closed 3 weeks ago

uparkalau commented 1 month ago

Implement fetch calls into frontend/services Use existing endpoints.

localhost:3000/popup/add_popup
localhost:3000/popup/delete_popup/:id
localhost:3000/popup/all_popups
localhost:3000/popup/edit_popup/:id

Create additional endpoints if necessary.