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
Suppose I have a dir called "Abc" and I have 10 sub-directories in it "1" through "10". I want to start the canned API server for each of those - it works only with relative path ../../xxx/x/xx and not with absolute path (./canned -p 3000 ../zy/tz/ex) -> this works because it is relative. Why is that? Can it not work with absolute path?