Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
refactor: fix bad struct class name for delete json example
  • Loading branch information
@iwa
iwa committed Dec 12, 2025
commit 271441bc3a1742c431d5d61dd77113a2c668b58c
2 changes: 1 addition & 1 deletion Examples/DeleteJSON/DeleteJSON.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@ import NIOCore
import NIOFoundationCompat

@main
struct PostJSON{
struct DeleteJSON{
static func main() async throws{
let httpClient = HTTPClient(eventLoopGroupProvider: .singleton)

Expand Down