Skip to content
Snippets Groups Projects

Add screenshots

Merged Edward Alexander Jaya requested to merge dev into master
Compare and
4 files
+ 1
1
Preferences
Compare changes
Files
4
+ 1
1
// Environment Variables
var host = "http://192.168.1.5"
var backendPort = "8081"
var frontendPort = "3000"
var frontendPort = "80"
// For development
export const backendURL = host + ":" + backendPort
export const frontendURL = host + ":" + frontendPort
\ No newline at end of file