Current FS server's API profiler pattern is '/webida/api/fs/[^\/]*'
I think that this pattern did not support below APIs:
- Get All file system info : GET '/webida/api/fs'
- Create new file system : PUT '/webida/api/fs'
- FS Alias URL: GET '/webida/alias/aliasKey/..'
It seems to me a bug. Maybe or not.
If it is a bug, Is there a plan to fix it???