contentserver/main.go
2013-08-22 18:38:50 +02:00

10 lines
183 B
Go

package main
import (
"github.com/foomo/ContentServer/server"
)
func main() {
server.Run(":8080", "http://test.bestbytes/foomo/modules/Foomo.Page.Content/services/content.php")
}