Skip to content

Commit

Permalink
Merge pull request #3 from Azure-Samples/cruft-update
Browse files Browse the repository at this point in the history
Rm old files
  • Loading branch information
pamelafox authored Sep 22, 2023
2 parents 84fea16 + a0fdf25 commit 69042db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 218 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/azure-dev.yaml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/playwright.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/test.yml

This file was deleted.

20 changes: 10 additions & 10 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: FastAPI",
"type": "python",
"request": "launch",
"module": "uvicorn",
"args": [
"fastapi_app:app",
"--reload"
],
}
{
"name": "Python: FastAPI",
"type": "python",
"request": "launch",
"module": "uvicorn",
"args": [
"fastapi_app:app",
"--reload"
],
}
]
}

0 comments on commit 69042db

Please sign in to comment.