Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue: #617 (Endpoint access issue) #618

Merged
merged 2 commits into from
Mar 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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