mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-29 12:05:47 +08:00
change to express
This commit is contained in:
7
app.coffee
Normal file
7
app.coffee
Normal file
@@ -0,0 +1,7 @@
|
||||
express = require 'express'
|
||||
app = express()
|
||||
|
||||
app.get '/', (req, res) ->
|
||||
res.send 'Hello World'
|
||||
|
||||
app.listen 3000
|
||||
Reference in New Issue
Block a user