Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adelowo committed Aug 20, 2024
1 parent 4ca45ff commit c643dd8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "0.1.0",
Host: "45fe-102-89-34-40.ngrok-free.app",
Host: "9015-102-89-34-27.ngrok-free.app",
BasePath: "/v1",
Schemes: []string{"https"},
Title: "Malak's API documentation",
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"version": "0.1.0"
},
"host": "45fe-102-89-34-40.ngrok-free.app",
"host": "9015-102-89-34-27.ngrok-free.app",
"basePath": "/v1",
"paths": {
"/auth/connect/{provider}": {
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ definitions:
user:
$ref: '#/definitions/malak.User'
type: object
host: 45fe-102-89-34-40.ngrok-free.app
host: 9015-102-89-34-27.ngrok-free.app
info:
contact:
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @contact.name Ayinke Ventures
// @contact.email [email protected]

// @host 45fe-102-89-34-40.ngrok-free.app
// @host 9015-102-89-34-27.ngrok-free.app
// @BasePath /v1
// @schemes https

Expand Down
4 changes: 2 additions & 2 deletions web/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "ui",
"name": "@ayinkeventures/malak",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"swagger": "yarn swagger-typescript-api -p ../../docs/swagger.yaml -o ./client"
"swagger": "bun swagger-typescript-api -p ../../docs/swagger.yaml -o ./client"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.0",
Expand Down

0 comments on commit c643dd8

Please sign in to comment.