Skip to content

Commit

Permalink
fix: swag ci (#6356)
Browse files Browse the repository at this point in the history
  • Loading branch information
klesh authored Oct 30, 2023
1 parent 743d122 commit 9ede9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/scripts/swag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ if [ -n "$DEVLAKE_PLUGINS" ]; then
fi
fi

echo swag init --parseDependency --parseInternal -o $ROOT_DIR/server/api/docs -g $GENERAL_API_INFO_PATH -d $DOC_DIRS
swag init --parseDependency --parseInternal -o $ROOT_DIR/server/api/docs -g $GENERAL_API_INFO_PATH -d $DOC_DIRS
echo "visit the swagger document on http://localhost:8080/swagger/index.html";

0 comments on commit 9ede9e2

Please sign in to comment.