Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
07461b997ce4f2d854bbc30e258f752fd3357b54
Authored by
FrancoNeto
2014-11-25 12:44:30 -0200
1 parent
8ee109bb
Exists in
master
Server.js alterado
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
server.js
Side-by-side Diff
Inline Diff
server.js
Wrap text
Diff comments
View file @
07461b9
...
...
@@ -13,7 +13,7 @@ var app = express();
13
13
14
14
var options = {
15
15
pythonPath: 'python3',
16
- scriptPath: __dirname + '/../
ScriptsPython_Blender_2_70
',
16
+ scriptPath: __dirname + '/../
wikilibras-core
',
17
17
args: []
18
18
};
19
19
...
...