Skip to content

Commit

Permalink
Merge branch 'development' into endpoint-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanAsh authored Aug 30, 2024
2 parents b4de41e + 5a2e864 commit b6a1146
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VITE_SERVICE_NAME=contributor
# Service.
VITE_SERVICE_NAME=contributor
3 changes: 0 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"type": "node"
},
{
"env": {
"VITE_SERVICE_NAME": "contributor"
},
"name": "Vite Server",
"preLaunchTask": "run",
"request": "launch",
Expand Down
3 changes: 1 addition & 2 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import agreementSignature from "./agreementSignature"
import contributor from "./contributor"
import general from "./general"
import paths from "./paths"

const routes = (
<>
Expand All @@ -12,4 +11,4 @@ const routes = (
)

export default routes
export { paths }
export { default as paths } from "./paths"

0 comments on commit b6a1146

Please sign in to comment.