Skip to content

Commit

Permalink
Fixed url where is deployed application
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira authored Feb 6, 2024
1 parent 02c2afa commit 492061c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# alura-flix-api

This is an application with aim to learning about new features of Spring security from Spring version 6.
The application is available at: [https://alura-flix-api-production.up.railway.app/swagger-ui/index.html]

The application is available at:
[https://alura-flix-api-production.up.railway.app](https://alura-flix-api-production.up.railway.app/swagger-ui/index.html)

## About this project
* [About](#about)
Expand All @@ -13,7 +13,7 @@ The application is available at: [https://alura-flix-api-production.up.railway.a

# About
This is an application with aim to learning about new features of Spring security from Spring version 6.
It is possible to access swagger documentation throught url: [https://alura-flix-api-production.up.railway.app/swagger-ui/index.html]
It is possible to access swagger documentation throught url: [https://alura-flix-api-production.up.railway.app](https://alura-flix-api-production.up.railway.app/swagger-ui/index.html)

The username for test is: guest@aluraflix.com and the password is: 123456, please notice this user has ROLE_USER.

Expand Down

0 comments on commit 492061c

Please sign in to comment.