docs: removed emojis (#2394)

This commit is contained in:
Shahed Nasser
2022-10-10 13:43:36 +03:00
committed by GitHub
parent f72bf5e958
commit a23ecf4724
67 changed files with 68 additions and 68 deletions
@@ -90,7 +90,7 @@ constructor({ helloService, eventBusService }) {
}
```
## Whats Next 🚀
## Whats Next
- Check out the [Services Reference](/references/services/classes/AuthService) to see a list of all services in Medusa.
- [Learn How to Create an Endpoint.](/advanced/backend/endpoints/add-storefront)
@@ -18,7 +18,7 @@ For example, if the file name is `hello.js`, the service will be registered as `
The registration name of the service is important, as youll be referring to it when you want to get access to the service using dependency injection or in routes.
## What's Next :rocket:
## What's Next
- Learn [how to create a service](./create-service.md)
- Check out the [Services Reference](/references/services/classes/AuthService) to see a list of all services in Medusa.