Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ardek66 authored May 23, 2022
1 parent 63488f0 commit 6ad719c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/geminim.nim
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ proc processTitanRequest(server: Server, client: AsyncSocket, req: string): Futu
if params.len < 2:
return response(StatusMalformedRequest)

# TODO: unduplicate this part
let vhostRoot = server.settings.rootDir / res.hostname

if not dirExists(vhostRoot):
Expand Down

0 comments on commit 6ad719c

Please sign in to comment.