Skip to content

Commit

Permalink
removed mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
guandali committed Aug 20, 2016
1 parent b16b54e commit c06184b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var express = require('express');
var mongoose = require('mongoose');
var passport = require('passport');
var config = require('config');
var mysql = require('mysql');
//var mysql = require('mysql');
var port = process.env.PORT || 3000;
//var io = require()
//var cloudinary = require('cloundinary');
Expand Down

0 comments on commit c06184b

Please sign in to comment.