Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
🐛 Remove "/" prefix from controller
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Mar 4, 2020
1 parent a81a491 commit 9cd6f8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@staart/api",
"version": "1.3.113",
"version": "1.3.114",
"main": "index.js",
"repository": "[email protected]:staart/api.git",
"author": "Anand Chowdhary <[email protected]>",
Expand Down Expand Up @@ -90,5 +90,5 @@
"setup"
],
"snyk": true,
"staart-version": "1.3.113"
"staart-version": "1.3.114"
}
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
trackingHandler
} from "./helpers/middleware";

@Controller("/v1")
@Controller("v1")
class RootController {
@Get()
async info() {
Expand Down

0 comments on commit 9cd6f8e

Please sign in to comment.