Sfoglia il codice sorgente

Fixing bug with Ubuntu server unexpected token error on startup.

localadmin 8 anni fa
parent
commit
848d0fd223
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      server/imageAPI.js

+ 2 - 2
server/imageAPI.js Vedi File

47
 };
47
 };
48
 
48
 
49
 module.exports = {
49
 module.exports = {
50
-  post,
51
-  get
50
+  post: post,
51
+  get: get
52
 };
52
 };