Skip to content

Commit 4f016fd

Browse files
authored
fix: railway markdown (#25)
1 parent 022e54a commit 4f016fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/setup/hosted-platforms/railway.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ You can do this by heading to your API/Bot containers, clicking the 3-dots butto
112112

113113
We need to insert the OAuth Redirect/Callback URL on Discord's Developer Portal, you can do this in 1 of 2 ways:
114114

115-
1.) Go to your API container -> Settings -> Domains, copy the domain and manually append `auth/oauth-callback` to it.
115+
1. Go to your API container -> Settings -> Domains, copy the domain and manually append `auth/oauth-callback` to it.
116116
(i.e. `https://your_api_url.up.railway.com/auth/oauth-callback`)
117117

118-
2.) Once the API is done building, click the deployment (View Logs), select "Builds Logs", select the Filter bar and search for "oauth".
118+
2. Once the API is done building, click the deployment (View Logs), select "Builds Logs", select the Filter bar and search for "oauth".
119119
![Api Logs](/img/guides/railway/api_logs.png)
120120

121-
Now, go back to Discord Developer Portal and use this url for the OAuth Callback.
121+
Now, go back to Discord Developer Portal and use this url for the OAuth Callback URL.
122122

123123
And there you go, a fully functioning Zeppelin hosted on railway.
124124

0 commit comments

Comments
 (0)