-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
The steps leading to this issue are :
- creating a project 🟢
- creating a website (vue) 🟢
- creating a simple storage 🟢
- creating an upload function 🟢
- creating a download function 🔴
when creating two functions with different http methods (POST,GET) with the same path (ex:"/api/store") like in here .
- the POST function works fine with curl
- the GET function does not , and it returns

However , creating a new method with a different name , path and entry-point but with the same code , works fine .

Further more ,
- having a website at ("/") path routes all paths ("/*") except created function paths to the website .
- having a website at ("/any-path") does not .
(ex: "/api/gibberrish" ---------- routes back to -------> "/")
Metadata
Metadata
Assignees
Labels
No labels