FACG4 / w6_Stop_Go_Cont

http://stop-go-cont.herokuapp.com
0 stars 0 forks source link

path.join #76

Open NouraldinS opened 6 years ago

NouraldinS commented 6 years ago

https://github.com/FACG4/w6_Stop_Go_Cont/blob/3cf9b4008ca7f119d676bbcf6cd25768b172b865/src/database/db_build.js#L5

path.join is a useful function that makes your server runnable on both Linux and windows, this way, your code would never run on windows without refactoring.