Skip to content

Commit

Permalink
Closes couchbase#615
Browse files Browse the repository at this point in the history
  • Loading branch information
borrrden authored and jamesnocentini committed Mar 27, 2016
1 parent 4cc5211 commit f669e7d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public sealed class CouchbaseLiteRouter
{ "/_all_dbs", ServerMethods.GetAllDbs },
{ "/_session", ServerMethods.GetSession },
{ "/_uuids", ServerMethods.GetUUIDs },
{ "/_active_tasks", ServerMethods.GetActiveTasks },
{ "/{[^_].*}", DatabaseMethods.GetConfiguration },
{ "/{[^_].*}/_all_docs", DatabaseMethods.GetAllDocuments },
{ "/{[^_].*}/_changes", DatabaseMethods.GetChanges },
Expand Down

0 comments on commit f669e7d

Please sign in to comment.