This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Request service uses IPC package
dev
David Ludwig
4 years ago
parent
9661d9a261
commit
ff3422b344
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
services/request/package.json
+1
-1
services/request/src/server/services/Ipc/SeekerIpcClient.ts
+ 1
- 0
services/request/package.json
View File
@ -13,6 +13,7 @@
}
,
"dependencies"
:
{
"@autoplex/database"
:
"^0.0.0"
,
"@autoplex/ipc"
:
"^0.0.0"
,
"@autoplex/microservice"
:
"^0.0.0"
,
"@autoplex/utils"
:
"^0.0.0"
,
"@autoplex/webserver"
:
"^0.0.0"
,
+ 1
- 1
services/request/src/server/services/Ipc/SeekerIpcClient.ts
View File
@ -1,5 +1,5 @@
import
Application
from
"@server/Application"
;
import
{
IpcClientService
}
from
"@autoplex/
m
ic
roservice
"
;
import
{
IpcClientService
}
from
"@autoplex/i
p
c"
;
import
{
env
}
from
"@autoplex/utils"
;
export
default
class
SeekerIpcClient
extends
IpcClientService
<
Application
>
Write
Preview
Loading…
Cancel
Save