Przeglądaj źródła

public Httphandlers

Luca Torella 10 lat temu
rodzic
commit
ddb0bfe895
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Common/HttpHandlers.swift

+ 1 - 1
Common/HttpHandlers.swift

@@ -6,7 +6,7 @@
 
 import Foundation
 
-class HttpHandlers {
+public class HttpHandlers {
 
     class func directory(dir: String) -> ( HttpRequest -> HttpResponse ) {
         return { request in