1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-22 04:17:03 +00:00

Modify the SPA example for iris.PrefixDir

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-09-14 18:36:04 +03:00
parent 076f806925
commit 44d5ebdc9c
9 changed files with 102 additions and 81 deletions

View File

@@ -100,7 +100,7 @@
* [Send Files (rate limiter included)](file-server/send-files/main.go)
* Single Page Applications
* [Basic SPA](file-server/single-page-application/basic/main.go)
* [Embedded Single Page Application](file-server/single-page-application/embedded-single-page-application/main.go)
* [Embedded Single Page Application and `iris.PrefixDir`](file-server/single-page-application/embedded-single-page-application/main.go)
* [Embedded Single Page Application with other routes](file-server/single-page-application/embedded-single-page-application-with-other-routes/main.go)
* [Upload File](file-server/upload-file/main.go)
* [Upload Multiple Files](file-server/upload-files/main.go)