mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 16:26:39 +00:00
remove create user client route
This commit is contained in:
@@ -168,7 +168,7 @@ export async function createLoginPage(
|
||||
.select()
|
||||
.from(exitNodes)
|
||||
.where(and(eq(exitNodes.type, "gerbil"), eq(exitNodes.online, true)))
|
||||
.limit(10);
|
||||
.limit(10);
|
||||
}
|
||||
|
||||
// select a random exit node
|
||||
|
||||
Reference in New Issue
Block a user