From 35ae2a816d6f075a2767fab080a98ad35ca61e9a Mon Sep 17 00:00:00 2001 From: kataras Date: Thu, 15 Jun 2017 20:04:37 +0300 Subject: [PATCH] https://github.com/kataras/iris/blob/master/HISTORY.md#th-15-june-2017--v720 Former-commit-id: b5182d6cd6368827e54ff2a6d68b91eca36030a9 --- HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2658ae50..31485937 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -46,8 +46,8 @@ The amount of the next two or three donations you'll send they will be immediate Examples: - [Embedding Files Into Executable App](_examples/beginner/file-server/embedding-files-into-app) -- [Single Page Application](_examples/beginner/file-server/single-page-applications) -- [Embedding Single Page Application](_examples/beginner/file-server/embedding-single-page-applications) +- [Single Page Application](_examples/beginner/file-server/single-page-application) +- [Embedding Single Page Application](_examples/beginner/file-server/embedding-single-page-application) > [app.StaticWeb](_examples/beginner/file-server/basic/main.go) doesn't works for root request path "/" anymore, use the new `app.SPA` instead.