Skip to content

Commit 569c097

Browse files
author
Matteo
committed
fix class name
1 parent eeeedef commit 569c097

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Sources/ToriHasParameter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Kitura
1919
import KituraNet
2020
import SwiftyJSON
2121

22-
public class HasParameter: AllowRemoteMiddleware {
22+
public class HasParameter: RouterMiddleware {
2323

2424
private let params: [String]
2525
private let returnStatus: HTTPStatusCode

0 commit comments

Comments
 (0)