File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
APP_DEBUG = 0
3
3
# Used for URL generation in downloads
4
4
APP_URL = http://localhost
5
+ FRONT_URL = http://localhost
5
6
DATABASE_URL = postgres://user:password@localhost/schema
6
7
PORT = 8080
7
8
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ async fn main() -> anyhow::Result<()> {
60
60
. service ( endpoints:: mod_versions:: download_version)
61
61
. service ( endpoints:: mod_versions:: create_version)
62
62
. service ( endpoints:: mod_versions:: update_version)
63
+ . service ( endpoints:: auth:: github:: start_github_web_login)
64
+ . service ( endpoints:: auth:: refresh_token)
65
+ . service ( endpoints:: auth:: github:: github_web_callback)
63
66
. service ( endpoints:: auth:: github:: poll_github_login)
64
67
. service ( endpoints:: auth:: github:: github_token_login)
65
68
. service ( endpoints:: auth:: github:: start_github_login)
You can’t perform that action at this time.
0 commit comments