shellops / shellops-api

Shellops API ( NestJS ). Assists in managing Docker on your server.
https://shellops.io
MIT License
19 stars 4 forks source link

refactor: removes duplicate /api from controllers #21

Closed hasanparasteh closed 3 years ago

hasanparasteh commented 3 years ago

I just remove the duplicate /API from controllers to make it more readable and added a global prefix instead of it in the main.ts. now the whole app runs on /api without typing it in controllers.

Can you check if it won't break anything?

m-esm commented 3 years ago

Good idea thanks