Hi wix team,
I followed this article https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/code-in-blocks/expose-a-blocks-app-api-with-http-functions to expose a backend api.
I created a method called getappdata.
But get call to exposed api https://www.dev-site-1x20-2.wix-dev-sites.org/_functions/@apps-jar/profy-countdown-dev/getappdata?instance=8c924576-0af2-4aa9-8ede-b79c0f2f818b is returning 404 not found.
The format matches what is present in the docs, can anyone help me.
Thanks
Blocks allows you to create functions to expose the functionality of your app as a service. You can use it in sites where your app is installed by calling your app's APIs, as defined by the functions you create in the http-functions.js file.