You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the reason is we will make a single user function into a serverless-like function, so each function path should handle all cases requested by client
make GET
/list
to GET/
make GET
/param/{id}
to GET/{id}
make POST
/call/{id}
to POST/{id}
The text was updated successfully, but these errors were encountered: