mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add slash at end of path
This commit is contained in:
parent
c7d0a45107
commit
296166d568
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ module "fastapi" {
|
|||
|
||||
name = "fastapi"
|
||||
stage = var.stage
|
||||
source_dir = "${path.root}/../../../.."
|
||||
source_dir = "${path.root}/../../../../"
|
||||
handler = "backend.app.main.handler"
|
||||
runtime = "python3.11"
|
||||
timeout = 600
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue