Explorar el Código

Missed rename in bin/www

Key Networks hace 7 años
padre
commit
9cb5347834
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/www

+ 1 - 1
bin/www

@@ -5,7 +5,7 @@
  */
 
 var app = require('../app');
-var debug = require('debug')('ztnc:server');
+var debug = require('debug')('ztncui:server');
 var http = require('http');
 
 /**