mirror of
https://github.com/simon987/sist2.git
synced 2025-12-17 01:09:04 +00:00
Enable highlight in document info modal, remove /d/ endpoint
This commit is contained in:
@@ -336,10 +336,6 @@ class Sist2Api {
|
||||
};
|
||||
}
|
||||
|
||||
getDocInfo(docId: string) {
|
||||
return axios.get(`${this.baseUrl}d/${docId}`);
|
||||
}
|
||||
|
||||
getTags() {
|
||||
return this.esQuery({
|
||||
aggs: {
|
||||
|
||||
Reference in New Issue
Block a user