refactor(Httpd):
This commit is contained in:
parent
28ee511437
commit
1eed1a1cb3
@ -1,5 +1,7 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Cordova, Plugin } from './plugin';
|
||||||
import { Observable } from 'rxjs/Observable';
|
import { Observable } from 'rxjs/Observable';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Httpd
|
* @name Httpd
|
||||||
* @description
|
* @description
|
||||||
@ -38,7 +40,9 @@ export class Httpd {
|
|||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
static getLocalPath(): Promise<string> { return; }
|
static getLocalPath(): Promise<string> { return; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* These options are used for the Httpd.startServer() function.
|
* These options are used for the Httpd.startServer() function.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user