8000 fix paths · devel0/example-webapp-with-auth@50a9f3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 50a9f3b

Browse files
committed
fix paths
1 parent de6b74b commit 50a9f3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exdir=$(dirname $(readlink -f "$BASH_SOURCE"))
44

5-
cd "$exdir"/src/backend
5+
cd "$exdir"/src/backend/webapi
66

77
dotnet ef database $@ \
88
--context AppDbcontext \

migr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exdir=$(dirname $(readlink -f "$BASH_SOURCE"))
44

5-
cd "$exdir"/src/backend
5+
cd "$exdir"/src/backend/webapi
66

77
dotnet ef migrations $@ \
88
--context AppDbContext \

0 commit comments

Comments
 (0)
0