Skip to content

Commit 9128ec9

Browse files
committed
Updated FLASK_APP in run.bat.sample
1 parent 32aae1d commit 9128ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.bat.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set FN_BASE_URI=http://localhost:8040
33
set FN_CLIENT_ID=THE CLIENT ID WHICH YOU CREATED EARLIER
44
set FN_CLIENT_SECRET=THE CLIENT SECRET WHICH YOU CREATED EARLIER
55

6-
set FLASK_APP=google_auth.py
6+
set FLASK_APP=app.py
77
set FLASK_DEBUG=1
88
set FN_FLASK_SECRET_KEY=1234567
99

0 commit comments

Comments
 (0)