Skip to content

Commit

Permalink
Merge pull request #618 from PatilShreyas/fix-617
Browse files Browse the repository at this point in the history
Fix issue: #617 (Endpoint access issue)
  • Loading branch information
PatilShreyas committed Mar 4, 2023
2 parents de91b6b + 2510840 commit bd80fa7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/pages/noty-api/deployment-railway.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Deployment on Railway.app

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
package dev.shreyaspatil.noty.data.remote

object Constant {
const val API_BASE_URL = "https://notykt-api.shreyaspatil.dev/"
const val API_BASE_URL = "https://notykt-production.up.railway.app"
}
2 changes: 1 addition & 1 deletion noty-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

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

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

Expand Down

0 comments on commit bd80fa7

Please sign in to comment.