mirror of
https://github.com/foss42/apidash.git
synced 2025-05-28 12:18:06 +08:00
fixes: form data & curl
This commit is contained in:
@ -50,7 +50,7 @@ String getShortPath(String path) {
|
||||
|
||||
String getFilenameFromPath(String path) {
|
||||
var f = p.split(path);
|
||||
return f.last;
|
||||
return f.lastOrNull ?? "";
|
||||
}
|
||||
|
||||
String getTempFileName() {
|
||||
|
Reference in New Issue
Block a user