Skip to content

Commit

Permalink
Changed router to KituraRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdickerson committed Feb 19, 2016
1 parent 4d9a8f5 commit 4cde24d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/CouchDB/CouchDBUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import Foundation
import KituraNet
import router
import KituraRouter
import SwiftyJSON

class CouchDBUtils {
Expand Down
4 changes: 2 additions & 2 deletions Sources/CouchDBSample/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import Darwin
import Foundation
import SwiftyJSON
import CouchDB
import router
//import Phoenix
import KituraRouter


print("Starting sample program...")

Expand Down

0 comments on commit 4cde24d

Please sign in to comment.