fix: fix template spin.toml

Signed-off-by: Radu Matei <radu.matei@fermyon.com>
This commit is contained in:
Radu Matei 2022-03-07 21:39:17 +02:00
parent 70b3893127
commit b55c22e2cb
No known key found for this signature in database
GPG Key ID: 53A4E7168B7782C2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion = "0.1.0"
authors = ["Fermyon Engineering <engineering@fermyon.com>"]
description = "A simple application that returns hello."
name = "spin-hello-world"
trigger = { type = "http" }
trigger = { type = "http", base = "/" }
version = "1.0.0"
[[component]]