Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Jul 29, 2023
2 parents 3482b0f + 99c0d4e commit c1fcf27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var CyberChefDir embed.FS
//go:embed api/swagger.json
var SwaggerJSON string

//go:embed docs/pakiki-documentation/*.md docs/pakiki-documentation/*.html docs/pakiki-documentation/_media/* docs/pakiki-documentation/getting_started/* docs/pakiki-documentation/workflows/*
//go:embed docs/pakiki-documentation/*.md docs/pakiki-documentation/*.html docs/pakiki-documentation/_media/* docs/pakiki-documentation/getting_started/* docs/pakiki-documentation/workflows/* docs/pakiki-documentation/features/*
var DocsDir embed.FS

//go:embed third_party/highlight.min.js
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/request_model_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ func GetRequestPartialData(w http.ResponseWriter, r *http.Request, db *gorm.DB)
// @Produce text/text
// @Security ApiKeyAuth
// @Param guid path string true "Request GUID"
// @Param highlight query false true "Syntax Highlight Req/Resp"
// @Param highlight query bool true "Syntax Highlight Req/Resp"
// @Param max_highlight_length query int false "Maximum length of data to highlight (in bytes, default is 50KB)"
// @Success 200 {object} project.RequestResponseContents
// @Failure 500 {string} string Error
Expand Down

0 comments on commit c1fcf27

Please sign in to comment.