mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 14:08:20 +00:00
1.6.0
This commit is contained in:
8
src/Net/IIP/EntryPoint.js
Normal file
8
src/Net/IIP/EntryPoint.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import IResource from "../../Resource/IResource";
|
||||
|
||||
export default class EntryPoint extends IResource
|
||||
{
|
||||
|
||||
query(path, sender) {}
|
||||
create() {}
|
||||
}
|
||||
Reference in New Issue
Block a user