mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
update (#6369)
This commit is contained in:
@@ -8,7 +8,7 @@ class RepotrashAPI {
|
|||||||
this.server = server;
|
this.server = server;
|
||||||
this.username = username;
|
this.username = username;
|
||||||
this.password = password;
|
this.password = password;
|
||||||
this.token = token; //none
|
this.token = token;
|
||||||
if (this.token && this.server) {
|
if (this.token && this.server) {
|
||||||
this.req = axios.create({
|
this.req = axios.create({
|
||||||
baseURL: this.server,
|
baseURL: this.server,
|
||||||
|
Reference in New Issue
Block a user