1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00

add Greek language side by side with Chinese and Russian

Former-commit-id: 4a44ae6f27d94deddd89afda6b1d83218a0ae309
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-01-05 07:57:04 +02:00
parent 10714273e9
commit 1690cc9334
7 changed files with 242 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ func main() {
// app := iris.New()
app := iris.Default()
// load templaes
// load templates
app.RegisterView(iris.HTML("./templates", ".html").Reload(true))
// setup the websocket server
ws := websocket.New(websocket.Config{})