Skip to content

Commit bd80fa7

Browse files
authored
Merge pull request #618 from PatilShreyas/fix-617
Fix issue: #617 (Endpoint access issue)
2 parents de91b6b + 2510840 commit bd80fa7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/pages/noty-api/deployment-railway.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Deployment on Railway.app
22

3-
This project is currently deployed on Railway.app on the following URLs
3+
This project is currently deployed on Railway.app on the following URL
44
- https://notykt-production.up.railway.app/notes
5-
- https://notykt-api.shreyaspatil.dev
65

76
Deployment on Railway is very simple. On every push, it automatically deploys project.
87

noty-android/data/remote/src/main/java/dev/shreyaspatil/noty/data/remote/Constant.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
package dev.shreyaspatil.noty.data.remote
1818

1919
object Constant {
20-
const val API_BASE_URL = "https://notykt-api.shreyaspatil.dev/"
20+
const val API_BASE_URL = "https://notykt-production.up.railway.app"
2121
}

noty-api/README.md

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

66
Noty backend _REST API_ is built with Ktor framework with PostgreSQL as database and deployed on the [Railway](https://railway.app).
77

8-
Currently this API is deployed on _`https://notykt-production.up.railway.app` (Also, points to `https://notykt-api.shreyaspatil.dev/`)_. You can try it 😃.
8+
Currently this API is deployed on _`https://notykt-production.up.railway.app`. You can try it 😃.
99

1010
[📄 _**Visit the documentation of this project**_](https://patilshreyas.github.io/NotyKT/) to get more information in detail.
1111

0 commit comments

Comments
 (0)