Skip to content

Commit

Permalink
Update endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
elirehema committed Jul 30, 2023
1 parent 31d11a5 commit 4895672
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/blog-page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<v-icon color="primary">mdi-github</v-icon>
</v-btn>
</a>
<a href="https://app.ospicx.com/" target="_blank">
<a href="https://app.ospic.app/" target="_blank">
<v-btn text fab x-small>
<v-icon color="primary">mdi-web</v-icon>
</v-btn></a
Expand Down
2 changes: 1 addition & 1 deletion content/en/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ author:

To access the system information one need to login using their username and password. The logged-in user authentication information are valid for 24hrs or as long as user is not logged out. <icon icon="power"></icon>. For authentication the login screen will appears as below.
<c-image src="authentication_screen.png" alt="Index"></c-image>
For demonstration purpose you can try to login into our [Demo server](https://app.ospicx.com/) with
For demonstration purpose you can try to login into our [Demo server](https://app.ospic.app/) with
- `Username: demo`
- `Password: password`.

Expand Down
2 changes: 1 addition & 1 deletion content/en/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Ospic is a web based open source Hospital Management system. By the time of writ

## You can't wait to see it ?

NOTE: Each user differ from one another in terms of [roles and authorities](/security) , i.e a user can only and only do what they are allowed to-do. Users who are not assigned to any department are also limited to operation. The user role need to have particular authority to perform required operation. You can now login in our [demo servers](https://app.ospicx.com/#/finance)
NOTE: Each user differ from one another in terms of [roles and authorities](/security) , i.e a user can only and only do what they are allowed to-do. Users who are not assigned to any department are also limited to operation. The user role need to have particular authority to perform required operation. You can now login in our [demo servers](https://app.ospic.app/#/finance)

- `Username: demo`
- `Password: password`
Expand Down
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
as official documentation for
<a
style="color: blue; text-decoration: underline;"
href="https://app.ospicx.com/"
href="https://app.ospic.app/"
target="_blank"
class="text-caption"

Expand Down
4 changes: 2 additions & 2 deletions layouts/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<v-icon color="primary">mdi-github</v-icon>
</v-btn>
</a>
<a href="https://app.ospicx.com/" target="_blank">
<a href="https://app.ospic.app/" target="_blank">
<v-btn text fab x-small>
<v-icon color="primary">mdi-web</v-icon>
</v-btn></a
Expand Down Expand Up @@ -184,7 +184,7 @@
as official documentation for
<a
style="color: blue; text-decoration: underline"
href="https://app.ospicx.com/"
href="https://app.ospic.app/"
target="_blank"
>Ospic HMS</a
>
Expand Down

0 comments on commit 4895672

Please sign in to comment.