1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

add a new article about Iris and Vue.js

Former-commit-id: c7406cbd961d44016628c55083f554bba1f5745e
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-01-01 22:14:52 +02:00
parent b69aebb14a
commit 10f440b9db
5 changed files with 6 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ func main() {
// http://localhost:8080
// http://localhost:8080/other
//
// refresh every 10 second and you'll see different time output.
// refresh every 10 seconds and you'll see different time output.
app.Run(iris.Addr(":8080"))
}