mirror of
https://gitlab.com/comunic/nodejs-webrtcsignalexchangerserver
synced 2024-11-22 05:19:26 +00:00
3 lines
70 B
Python
3 lines
70 B
Python
|
#!/usr/bin/env python
|
||
|
import SimpleHTTPServer
|
||
|
SimpleHTTPServer.test();
|