Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Commit

Permalink
add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Mar 22, 2013
1 parent b89740e commit fde0afa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions routes/person.js
Expand Up @@ -3,6 +3,14 @@ var http = require('http'),

exports.search = function(req, res) {
"use strict";

// If no CORS header indicating API key matched origin, return nothing.
// TODO: Make this actually, you know, work.
// TODO: This file doesn't log.
// if (! res.get('access-control-request-method')) {
// return res.send(200);
// }

var directoryOptions = {
host: "directory.ucsf.edu",
port: 80
Expand Down

0 comments on commit fde0afa

Please sign in to comment.