fixed: set a new api dir

This commit is contained in:
lzh
2023-12-15 19:45:16 +08:00
parent 46cde58ef1
commit 379e6128e4
8 changed files with 1 additions and 1 deletions
@@ -29,7 +29,7 @@ jobs:
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/front" # App source code path
api_location: "/front/api" # Api source code path - optional
api_location: "/api" # Api source code path - optional
output_location: "dist/ng_front" # Built app content directory - optional
###### End of Repository/Build Configurations ######