mirror of
https://github.com/Jonnyan404/memos-bber.git
synced 2026-04-25 03:58:37 +09:00
Optimizing URL path issues
This commit is contained in:
@@ -22,6 +22,9 @@ function get_info(callback) {
|
|||||||
flag = true
|
flag = true
|
||||||
}
|
}
|
||||||
returnObject.status = flag
|
returnObject.status = flag
|
||||||
|
if (!items.apiUrl.endsWith('/')) {
|
||||||
|
items.apiUrl += '/';
|
||||||
|
}
|
||||||
returnObject.apiUrl = items.apiUrl
|
returnObject.apiUrl = items.apiUrl
|
||||||
returnObject.apiTokens = items.apiTokens
|
returnObject.apiTokens = items.apiTokens
|
||||||
returnObject.hidetag = items.hidetag
|
returnObject.hidetag = items.hidetag
|
||||||
|
|||||||
Reference in New Issue
Block a user