mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:46:54 +00:00
feat: api service
This commit is contained in:
parent
2f14c7164c
commit
80b16d2b43
@ -10,6 +10,10 @@ export class APIClient extends APIClientSDK {
|
||||
return this.services[uid];
|
||||
}
|
||||
|
||||
service(uid: string) {
|
||||
return this.service[uid];
|
||||
}
|
||||
|
||||
interceptors() {
|
||||
super.interceptors();
|
||||
this.notification();
|
||||
|
Loading…
Reference in New Issue
Block a user